|
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 8.2.1 and Furo 2024.08.06 --> |
9 | | - <title>git-cola - Git Cola 4.15.0 documentation</title> |
| 9 | + <title>git-cola - Git Cola 4.16.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.15.0 documentation</div></a> |
| 169 | + <a href="index.html"><div class="brand">Git Cola 4.16.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.15.0 documentation</span> |
| 193 | + <span class="sidebar-brand-text">Git Cola 4.16.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"> |
@@ -982,6 +982,14 @@ <h3>cola.dictionary<a class="headerlink" href="#cola-dictionary" title="Link to |
982 | 982 | </pre></div> |
983 | 983 | </div> |
984 | 984 | </section> |
| 985 | +<section id="cola-enablepopups"> |
| 986 | +<h3>cola.enablepopups<a class="headerlink" href="#cola-enablepopups" title="Link to this heading">¶</a></h3> |
| 987 | +<p>Actions such as “Fetch”, “Push”, “Pull”, “Sync” and “Sync Out” display desktop |
| 988 | +notifications on Linux when either the <cite>notify2</cite> or <cite>notifypy</cite> modules are installed. |
| 989 | +The message are logged to the Console otherwise.</p> |
| 990 | +<p>Messages are displayed using popup dialogs when <code class="docutils literal notranslate"><span class="pre">cola.enablepopups</span></code> is set to <code class="docutils literal notranslate"><span class="pre">true</span></code>. |
| 991 | +Defaults to <cite>false</cite>.</p> |
| 992 | +</section> |
985 | 993 | <section id="cola-expandtab"> |
986 | 994 | <h3>cola.expandtab<a class="headerlink" href="#cola-expandtab" title="Link to this heading">¶</a></h3> |
987 | 995 | <p>Expand tabs into spaces in the commit message editor. When set to <cite>true</cite>, |
@@ -1833,6 +1841,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1833 | 1841 | <li><a class="reference internal" href="#cola-checkconflicts">cola.checkconflicts</a></li> |
1834 | 1842 | <li><a class="reference internal" href="#cola-defaultrepo">cola.defaultrepo</a></li> |
1835 | 1843 | <li><a class="reference internal" href="#cola-dictionary">cola.dictionary</a></li> |
| 1844 | +<li><a class="reference internal" href="#cola-enablepopups">cola.enablepopups</a></li> |
1836 | 1845 | <li><a class="reference internal" href="#cola-expandtab">cola.expandtab</a></li> |
1837 | 1846 | <li><a class="reference internal" href="#cola-gravatar">cola.gravatar</a></li> |
1838 | 1847 | <li><a class="reference internal" href="#cola-fileattributes">cola.fileattributes</a></li> |
@@ -1938,7 +1947,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1938 | 1947 |
|
1939 | 1948 | </aside> |
1940 | 1949 | </div> |
1941 | | -</div><script src="static/documentation_options.js?v=ff0e1894"></script> |
| 1950 | +</div><script src="static/documentation_options.js?v=6d71c67f"></script> |
1942 | 1951 | <script src="static/doctools.js?v=9bcbadda"></script> |
1943 | 1952 | <script src="static/sphinx_highlight.js?v=dc90522c"></script> |
1944 | 1953 | <script src="static/scripts/furo.js?v=5fa4622c"></script> |
|
0 commit comments