|
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.2.6 and Furo 2024.01.29 --> |
9 | | - <title>git-cola - Git Cola 4.6.1 documentation</title> |
10 | | - <link rel="stylesheet" type="text/css" href="static/pygments.css?v=362ab14a" /> |
| 9 | + <title>git-cola - Git Cola 4.7.0 documentation</title> |
| 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=135e06be" /> |
12 | 12 | <link rel="stylesheet" type="text/css" href="static/styles/furo-extensions.css?v=36a5483c" /> |
13 | 13 |
|
|
123 | 123 | </label> |
124 | 124 | </div> |
125 | 125 | <div class="header-center"> |
126 | | - <a href="index.html"><div class="brand">Git Cola 4.6.1 documentation</div></a> |
| 126 | + <a href="index.html"><div class="brand">Git Cola 4.7.0 documentation</div></a> |
127 | 127 | </div> |
128 | 128 | <div class="header-right"> |
129 | 129 | <div class="theme-toggle-container theme-toggle-header"> |
|
146 | 146 | <div class="sidebar-sticky"><a class="sidebar-brand" href="index.html"> |
147 | 147 |
|
148 | 148 |
|
149 | | - <span class="sidebar-brand-text">Git Cola 4.6.1 documentation</span> |
| 149 | + <span class="sidebar-brand-text">Git Cola 4.7.0 documentation</span> |
150 | 150 |
|
151 | 151 | </a><form class="sidebar-search-container" method="get" action="search.html" role="search"> |
152 | 152 | <input class="sidebar-search" placeholder="Search" name="q" aria-label="Search"> |
@@ -963,6 +963,12 @@ <h3>cola.statusshowtotals<a class="headerlink" href="#cola-statusshowtotals" tit |
963 | 963 | <p>Set to <cite>true</cite> to display files counts in the Status widget’s category titles. |
964 | 964 | Defaults to <cite>false</cite>.</p> |
965 | 965 | </section> |
| 966 | +<section id="cola-sync"> |
| 967 | +<h3>cola.sync<a class="headerlink" href="#cola-sync" title="Link to this heading">#</a></h3> |
| 968 | +<p>Set to <cite>false</cite> to disable calling <cite>os.fdatasync()</cite> / <cite>os.fdata()</cite> when saving |
| 969 | +settings. Defaults to <cite>true</cite>, which means that these functions are called when windows |
| 970 | +are closed and their settings are saved.</p> |
| 971 | +</section> |
966 | 972 | <section id="cola-tabwidth"> |
967 | 973 | <h3>cola.tabwidth<a class="headerlink" href="#cola-tabwidth" title="Link to this heading">#</a></h3> |
968 | 974 | <p>The number of columns occupied by a tab character. Defaults to 8.</p> |
@@ -1605,6 +1611,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1605 | 1611 | <li><a class="reference internal" href="#cola-startupmode">cola.startupmode</a></li> |
1606 | 1612 | <li><a class="reference internal" href="#cola-statusindent">cola.statusindent</a></li> |
1607 | 1613 | <li><a class="reference internal" href="#cola-statusshowtotals">cola.statusshowtotals</a></li> |
| 1614 | +<li><a class="reference internal" href="#cola-sync">cola.sync</a></li> |
1608 | 1615 | <li><a class="reference internal" href="#cola-tabwidth">cola.tabwidth</a></li> |
1609 | 1616 | <li><a class="reference internal" href="#cola-terminal">cola.terminal</a></li> |
1610 | 1617 | <li><a class="reference internal" href="#cola-terminalshellquote">cola.terminalshellquote</a></li> |
@@ -1680,7 +1687,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1680 | 1687 |
|
1681 | 1688 | </aside> |
1682 | 1689 | </div> |
1683 | | -</div><script src="static/documentation_options.js?v=68f2c66a"></script> |
| 1690 | +</div><script src="static/documentation_options.js?v=bd5f082a"></script> |
1684 | 1691 | <script src="static/doctools.js?v=888ff710"></script> |
1685 | 1692 | <script src="static/sphinx_highlight.js?v=dc90522c"></script> |
1686 | 1693 | <script src="static/scripts/furo.js?v=32e29ea5"></script> |
|
0 commit comments