You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -945,6 +945,16 @@ <h3>cola.blockcursor<a class="headerlink" href="#cola-blockcursor" title="Link t
945
945
see compared to a line cursor. Set to <cite>false</cite> to use a thin “line” cursor.
946
946
Defaults to <cite>true</cite>.</p>
947
947
</section>
948
+
<sectionid="cola-boldfonts">
949
+
<h3>cola.boldfonts<aclass="headerlink" href="#cola-boldfonts" title="Link to this heading">¶</a></h3>
950
+
<p>Use bold fonts throughout the entire interface to increase usability on small screens.
951
+
Defaults to <cite>false</cite>.</p>
952
+
</section>
953
+
<sectionid="cola-boldheaders">
954
+
<h3>cola.boldheaders<aclass="headerlink" href="#cola-boldheaders" title="Link to this heading">¶</a></h3>
955
+
<p>Whether to use bold headers on a dark background instead of italics in the Status tool.
956
+
Defaults to <cite>false</cite>.</p>
957
+
</section>
948
958
<sectionid="cola-browserdockable">
949
959
<h3>cola.browserdockable<aclass="headerlink" href="#cola-browserdockable" title="Link to this heading">¶</a></h3>
950
960
<p>Whether to create a dock widget with the <cite>Browser</cite> tool.
@@ -965,8 +975,9 @@ <h3>cola.defaultrepo<a class="headerlink" href="#cola-defaultrepo" title="Link t
965
975
</section>
966
976
<sectionid="cola-dictionary">
967
977
<h3>cola.dictionary<aclass="headerlink" href="#cola-dictionary" title="Link to this heading">¶</a></h3>
968
-
<p>Specifies an additional dictionary for <cite>git cola</cite> to use in its spell checker.
969
-
This should be configured to the path of a newline-separated list of words.</p>
978
+
<p>Specifies additional dictionaries for <cite>git cola</cite> to use in its spell checker.
979
+
This should be configured to the path of a newline-separated list of words.
980
+
<codeclass="docutils literal notranslate"><spanclass="pre">*.dic</span></code> dictionary files used by <codeclass="docutils literal notranslate"><spanclass="pre">hunspell</span></code> are also supported.</p>
970
981
<p>By default, <cite>git cola</cite> searches for <cite>dict/words</cite> and <cite>dict/propernames</cite> dictionary
971
982
files in <cite>~/.local/share</cite> and <cite>$XDG_DATA_DIRS</cite>.</p>
972
983
<p>If <cite>$XDG_DATA_DIRS</cite> is undefined or set to an empty value then <cite>/usr/local/share</cite> and
@@ -980,6 +991,12 @@ <h3>cola.dictionary<a class="headerlink" href="#cola-dictionary" title="Link to
<h3>cola.enablepopups<aclass="headerlink" href="#cola-enablepopups" title="Link to this heading">¶</a></h3>
@@ -1066,6 +1083,11 @@ <h3>cola.inotify<a class="headerlink" href="#cola-inotify" title="Link to this h
1066
1083
but also requires either Linux with inotify support or Windows with <cite>pywin32</cite>
1067
1084
installed for file system change monitoring to actually function.</p>
1068
1085
</section>
1086
+
<sectionid="cola-inotifydelay">
1087
+
<h3>cola.inotifydelay<aclass="headerlink" href="#cola-inotifydelay" title="Link to this heading">¶</a></h3>
1088
+
<p>How long to wait, in milliseconds, between file system change notifications.
1089
+
Defaults to <cite>888</cite>.</p>
1090
+
</section>
1069
1091
<sectionid="cola-refreshonfocus">
1070
1092
<h3>cola.refreshonfocus<aclass="headerlink" href="#cola-refreshonfocus" title="Link to this heading">¶</a></h3>
1071
1093
<p>Set to <cite>true</cite> to automatically refresh when <cite>git cola</cite> gains focus. Defaults
@@ -1290,6 +1312,13 @@ <h3>cola.updateindex<a class="headerlink" href="#cola-updateindex" title="Link t
1290
1312
can use the <codeclass="docutils literal notranslate"><spanclass="pre">ctrl-r</span></code> “Refresh” action to force the index to be refreshed instead.
1291
1313
Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">true</span></code>.</p>
1292
1314
</section>
1315
+
<sectionid="cola-verbosity">
1316
+
<h3>cola.verbosity<aclass="headerlink" href="#cola-verbosity" title="Link to this heading">¶</a></h3>
1317
+
<p>Increase the verbosity of the Console tool by logging <codeclass="docutils literal notranslate"><spanclass="pre">git</span></code> commands with a <codeclass="docutils literal notranslate"><spanclass="pre">[git]</span></code>
1318
+
prefix when set to a value of <codeclass="docutils literal notranslate"><spanclass="pre">1</span></code> or higher. This setting allows users to more easily
1319
+
discover which <codeclass="docutils literal notranslate"><spanclass="pre">git</span></code> commands are being run under the hood.
1320
+
Defaults to <codeclass="docutils literal notranslate"><spanclass="pre">0</span></code>.</p>
1321
+
</section>
1293
1322
<sectionid="commit-cleanup">
1294
1323
<h3>commit.cleanup<aclass="headerlink" href="#commit-cleanup" title="Link to this heading">¶</a></h3>
1295
1324
<p>Configure whether commit messages should be stripped of whitespace and comments.</p>
@@ -1380,6 +1409,21 @@ <h3>user.name<a class="headerlink" href="#user-name" title="Link to this heading
1380
1409
</section>
1381
1410
<sectionid="environment-variables">
1382
1411
<h2>ENVIRONMENT VARIABLES<aclass="headerlink" href="#environment-variables" title="Link to this heading">¶</a></h2>
1412
+
<sectionid="git-askpass">
1413
+
<h3>GIT_ASKPASS<aclass="headerlink" href="#git-askpass" title="Link to this heading">¶</a></h3>
1414
+
<p>Specify the OpenSSH <cite>askpass</cite> program to use when prompting for credentials.
1415
+
This environment variable has the highest priority when specifying an <cite>askpass</cite> program.</p>
1416
+
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">SSH_ASKPASS</span></code> environment variable is considered alongside <codeclass="docutils literal notranslate"><spanclass="pre">GIT_ASKPASS</span></code>
<p>Debian users can either <codeclass="docutils literal notranslate"><spanclass="pre">sudo</span><spanclass="pre">apt</span><spanclass="pre">install</span><spanclass="pre">ssh-askpass-gnome</span></code> or
1421
+
<codeclass="docutils literal notranslate"><spanclass="pre">sudo</span><spanclass="pre">apt</span><spanclass="pre">install</span><spanclass="pre">ksshaskpass</span></code> to install a suitable askpass credential helper.
1422
+
When installed, these programs will be used by default when the environment variables
1423
+
have not been set.</p>
1424
+
<p>If no <cite>askpass</cite> program can be found then cola’s builtin <cite>ssh-askpass</cite>
1425
+
program will by used, but using an external program is highly encouraged.</p>
1426
+
</section>
1383
1427
<sectionid="git-cola-icon-theme">
1384
1428
<h3>GIT_COLA_ICON_THEME<aclass="headerlink" href="#git-cola-icon-theme" title="Link to this heading">¶</a></h3>
1385
1429
<p>When set in the environment, <cite>GIT_COLA_ICON_THEME</cite> overrides the
@@ -1836,6 +1880,8 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link
0 commit comments