1- ===========
2- git-cola(1)
3- ===========
1+ ========
2+ git-cola
3+ ========
44
55SYNOPSIS
66========
7- git cola [options] [sub-command]
7+ ``git cola [options] [sub-command] ``
8+
89
910DESCRIPTION
1011===========
1112Git Cola is a sleek and powerful Git GUI.
1213
14+
1315OPTIONS
1416=======
15-
1617``--amend ``
1718-----------
1819Start `git cola ` in amend mode.
@@ -41,9 +42,9 @@ Show usage and optional arguments.
4142-------------------
4243Show available sub-commands.
4344
45+
4446SUB-COMMANDS
4547============
46-
4748am
4849--
4950Apply patches.
@@ -116,6 +117,7 @@ version
116117-------
117118Print the `git cola ` version.
118119
120+
119121CONFIGURE YOUR EDITOR
120122=====================
121123The editor used by `Ctrl-e ` is configured from the Preferences screen.
@@ -193,6 +195,7 @@ You can see the available shortcuts by pressing pressing the ``?`` key,
193195choosing ``Help -> Keyboard shortcuts `` from the main menu,
194196or by consulting the `git cola keyboard shortcuts reference <https://git-cola.github.io/share/doc/git-cola/hotkeys.html >`_.
195197
198+
196199TOOLS
197200=====
198201The `git cola ` interface is composed of various cooperating tools.
@@ -349,7 +352,6 @@ an empty area in the `Status` tool.
349352
350353COMMIT MESSAGE EDITOR
351354=====================
352-
353355The commit message editor is a simple text widget
354356for entering commit messages.
355357
@@ -407,7 +409,6 @@ Keeping commit messages less than 76-characters wide is encouraged.
407409is a great tool but long lines mess up its formatting for everyone else,
408410so please be mindful when writing commit messages.
409411
410-
411412Amend Last Commit
412413-----------------
413414Clicking on `Amend Last Commit ` makes `git cola ` amend the previous commit
@@ -443,9 +444,9 @@ To override the default path to this hook set the
443444hook script. This is useful if you would like to use a common hook
444445across all repositories.
445446
447+
446448BRANCHES
447449========
448-
449450The `Branches ` tool provides a visual tree to navigate through the branches.
450451The tree has three main nodes `Local Branch `, `Remote Branch ` and `Tags `.
451452Branches are grouped by their name divided by the character '/'.Ex::
@@ -524,6 +525,7 @@ patches after they have all been found. This allows you
524525to control the order in which patches are applied by placing
525526patchsets into alphanumerically-sorted directories.
526527
528+
527529CUSTOM WINDOW SETTINGS
528530======================
529531`git cola ` remembers modifications to the layout and arrangement
@@ -533,6 +535,7 @@ and restored at application shutdown/startup.
533535`git cola ` can be configured to not save custom layouts by unsetting
534536the `Save Window Settings ` option in the `git cola ` preferences.
535537
538+
536539DARK MODE AND WINDOW MANAGER THEMES
537540===================================
538541Git Cola contains a ``default `` theme which follows the current Qt style and a
@@ -882,14 +885,15 @@ requires shell quoting.
882885This configuration variable is for custom terminals outside of the builtin set.
883886The table below shows the builtin configuration.
884887
885- =================== ======================= =============================
886- Terminal ``cola.terminal `` ``cola.terminalshellquote ``
887- =================== ======================= =============================
888- gnome-terminal ``gnome-terminal -- `` ``false ``
889- konsole ``konsole -e `` ``false ``
890- xfce4-terminal ``xfce4-terminal -e `` ``true ``
891- xterm ``xterm -e `` ``false ``
892- =================== ======================= =============================
888+ .. code-block :: text
889+
890+ Terminal cola.terminal cola.terminalshellquote
891+ -------- ------------- -----------------------
892+ gnome-terminal "gnome-terminal --" false
893+ konsole "konsole -e" false
894+ xfce4-terminal "xfce4-terminal -e" true
895+ xterm "xterm -e" false
896+
893897
894898 cola.textwidth
895899--------------
@@ -1056,6 +1060,7 @@ Your full name to be recorded in any newly created commits.
10561060Can be overridden by the 'GIT_AUTHOR_NAME' and 'GIT_COMMITTER_NAME'
10571061environment variables.
10581062
1063+
10591064ENVIRONMENT VARIABLES
10601065=====================
10611066
@@ -1208,6 +1213,7 @@ Avoid creating shortcuts that conflict with existing built-in `git cola`
12081213shortcuts. Creating a conflict will result in no action when the shortcut
12091214is used.
12101215
1216+
12111217SETTING UP CREDENTIAL HELPERS
12121218=============================
12131219Git has robust support for automatically handling credentials.
@@ -1217,6 +1223,7 @@ Credentials helpers will get used automatically by Git Cola.
12171223
12181224See https://git-scm.com/doc/credential-helpers for more details.
12191225
1226+
12201227SETTING UP GPG FOR SIGNED COMMITS
12211228=================================
12221229When creating signed commits, `gpg ` will attempt to read your password from the
@@ -1285,6 +1292,7 @@ prior to launching `git cola`.::
12851292 eval $(gpg-agent --daemon)
12861293 git cola
12871294
1295+
12881296SHELL COMPLETIONS
12891297=================
12901298
@@ -1296,6 +1304,7 @@ The completion scripts and instructions are included in Git Cola's
12961304
12971305* `Setup instructions <https://gitlab.com/git-cola/git-cola/-/blob/main/contrib/README.md >`_
12981306
1307+
12991308WINDOWS NOTES
13001309=============
13011310
@@ -1319,8 +1328,10 @@ Please see the following links for more details.
13191328
13201329https://stackoverflow.com/questions/18683092/how-to-run-ssh-add-on-windows
13211330
1331+
13221332FIPS SECURITY MODE
13231333==================
1334+
13241335`FIPS Security Mode <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/FIPS_Mode_-_an_explanation >`_
13251336is available in newer versions of Python. These include Python 3.9+ and the
13261337patched Python 3.6 used by CentOS8/RHEL8 (and possibly others).
@@ -1330,17 +1341,16 @@ mode when available. Git Cola does not use the MD5 value for security purposes.
13301341MD5 is used only for the purposes of implementing the ``cola/gravatar.py ``
13311342Gravatar client.
13321343
1344+
13331345LINKS
13341346=====
13351347
13361348Git Cola's Git Repository
13371349-------------------------
1338- https://github.com/git-cola/git-cola/
1350+ * `Primary repository <https://gitlab.com/git-cola/git-cola/>_ `.
1351+ * `Mirror repository <https://github.com/git-cola/git-cola/>_ `.
1352+
13391353
13401354Git Cola Homepage
13411355-----------------
1342- https://git-cola.github.io/
1343-
1344- Mailing List
1345- ------------
1346- https://groups.google.com/group/git-cola
1356+ https://git-cola.gitlab.io/
0 commit comments