|
6 | 6 | <link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="git-dag" href="git-dag.html" /><link rel="prev" title="Git Cola Documentation" href="index.html" /> |
7 | 7 |
|
8 | 8 | <!-- Generated with Sphinx 7.4.7 and Furo 2024.08.06 --> |
9 | | - <title>git-cola - Git Cola 4.9.0 documentation</title> |
| 9 | + <title>git-cola - Git Cola 4.10.0 documentation</title> |
10 | 10 | <link rel="stylesheet" type="text/css" href="static/pygments.css?v=a746c00c" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="static/styles/furo.css?v=354aac6f" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="static/styles/furo-extensions.css?v=302659d7" /> |
|
166 | 166 | </label> |
167 | 167 | </div> |
168 | 168 | <div class="header-center"> |
169 | | - <a href="index.html"><div class="brand">Git Cola 4.9.0 documentation</div></a> |
| 169 | + <a href="index.html"><div class="brand">Git Cola 4.10.0 documentation</div></a> |
170 | 170 | </div> |
171 | 171 | <div class="header-right"> |
172 | 172 | <div class="theme-toggle-container theme-toggle-header"> |
|
190 | 190 | <div class="sidebar-sticky"><a class="sidebar-brand" href="index.html"> |
191 | 191 |
|
192 | 192 |
|
193 | | - <span class="sidebar-brand-text">Git Cola 4.9.0 documentation</span> |
| 193 | + <span class="sidebar-brand-text">Git Cola 4.10.0 documentation</span> |
194 | 194 |
|
195 | 195 | </a><form class="sidebar-search-container" method="get" action="search.html" role="search"> |
196 | 196 | <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search"> |
@@ -1136,6 +1136,14 @@ <h3>cola.color.header<a class="headerlink" href="#cola-color-header" title="Link |
1136 | 1136 | </pre></div> |
1137 | 1137 | </div> |
1138 | 1138 | </section> |
| 1139 | +<section id="cola-updateindex"> |
| 1140 | +<h3>cola.updateindex<a class="headerlink" href="#cola-updateindex" title="Link to this heading">¶</a></h3> |
| 1141 | +<p>Git’s index is refreshed during application startup. You can disable this behavior by |
| 1142 | +configuring <code class="docutils literal notranslate"><span class="pre">cola.updateindex</span></code> to <code class="docutils literal notranslate"><span class="pre">false</span></code>. This is useful in some scenarios such as |
| 1143 | +when accessing Git repositories over a Samba share. If you have this enabled then you |
| 1144 | +can use the <code class="docutils literal notranslate"><span class="pre">ctrl-r</span></code> “Refresh” action to force the index to be refreshed instead. |
| 1145 | +Defaults to <code class="docutils literal notranslate"><span class="pre">true</span></code>.</p> |
| 1146 | +</section> |
1139 | 1147 | <section id="commit-cleanup"> |
1140 | 1148 | <h3>commit.cleanup<a class="headerlink" href="#commit-cleanup" title="Link to this heading">¶</a></h3> |
1141 | 1149 | <p>Configure whether commit messages should be stripped of whitespace and comments.</p> |
@@ -1687,6 +1695,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1687 | 1695 | <li><a class="reference internal" href="#cola-color-add">cola.color.add</a></li> |
1688 | 1696 | <li><a class="reference internal" href="#cola-color-remove">cola.color.remove</a></li> |
1689 | 1697 | <li><a class="reference internal" href="#cola-color-header">cola.color.header</a></li> |
| 1698 | +<li><a class="reference internal" href="#cola-updateindex">cola.updateindex</a></li> |
1690 | 1699 | <li><a class="reference internal" href="#commit-cleanup">commit.cleanup</a></li> |
1691 | 1700 | <li><a class="reference internal" href="#core-commentchar">core.commentChar</a></li> |
1692 | 1701 | <li><a class="reference internal" href="#core-hookspath">core.hooksPath</a></li> |
@@ -1752,7 +1761,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1752 | 1761 |
|
1753 | 1762 | </aside> |
1754 | 1763 | </div> |
1755 | | -</div><script src="static/documentation_options.js?v=7a99edf7"></script> |
| 1764 | +</div><script src="static/documentation_options.js?v=92ff7de8"></script> |
1756 | 1765 | <script src="static/doctools.js?v=9a2dae69"></script> |
1757 | 1766 | <script src="static/sphinx_highlight.js?v=dc90522c"></script> |
1758 | 1767 | <script src="static/scripts/furo.js?v=5fa4622c"></script> |
|
0 commit comments