|
5 | 5 | <meta name="color-scheme" content="light dark"><meta name="viewport" content="width=device-width, initial-scale=1" /> |
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 | | - <!-- Generated with Sphinx 8.1.3 and Furo 2024.08.06 --> |
| 8 | + <!-- Generated with Sphinx 8.2.1 and Furo 2024.08.06 --> |
9 | 9 | <title>git-cola - Git Cola 4.13.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" /> |
@@ -342,6 +342,10 @@ <h3>merge<a class="headerlink" href="#merge" title="Link to this heading">¶</a> |
342 | 342 | <p>Merge branches. <code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">cola</span> <span class="pre">merge</span></code> is an entry point for the <code class="docutils literal notranslate"><span class="pre">Actions</span> <span class="pre">></span> <span class="pre">Merge...</span></code> |
343 | 343 | main menu action.</p> |
344 | 344 | </section> |
| 345 | +<section id="open"> |
| 346 | +<h3>open<a class="headerlink" href="#open" title="Link to this heading">¶</a></h3> |
| 347 | +<p>Launch the “Quick Open” dialog to open bookmarked and recently-opened repositories.</p> |
| 348 | +</section> |
345 | 349 | <section id="pull"> |
346 | 350 | <h3>pull<a class="headerlink" href="#pull" title="Link to this heading">¶</a></h3> |
347 | 351 | <p>Fetch and merge remote branches. <code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">cola</span> <span class="pre">pull</span></code> is an entry point for the |
@@ -983,6 +987,11 @@ <h3>cola.fileattributes<a class="headerlink" href="#cola-fileattributes" title=" |
983 | 987 | <h3>cola.fontdiff<a class="headerlink" href="#cola-fontdiff" title="Link to this heading">¶</a></h3> |
984 | 988 | <p>Specifies the font to use for <cite>git cola</cite>’s diff display.</p> |
985 | 989 | </section> |
| 990 | +<section id="cola-fontsize"> |
| 991 | +<h3>cola.fontsize<a class="headerlink" href="#cola-fontsize" title="Link to this heading">¶</a></h3> |
| 992 | +<p>Specifies the font size that is used for the Status, Submodules, Branches, Recent, and |
| 993 | +Favorites widgets.</p> |
| 994 | +</section> |
986 | 995 | <section id="cola-hidpi"> |
987 | 996 | <h3>cola.hidpi<a class="headerlink" href="#cola-hidpi" title="Link to this heading">¶</a></h3> |
988 | 997 | <p>Specifies the High DPI displays scale factor. Set <cite>0</cite> to automatically scaled. |
@@ -1563,6 +1572,24 @@ <h2>SHELL COMPLETIONS<a class="headerlink" href="#shell-completions" title="Link |
1563 | 1572 | <li><p><a class="reference external" href="https://gitlab.com/git-cola/git-cola/-/blob/main/contrib/README.md">Setup instructions</a></p></li> |
1564 | 1573 | </ul> |
1565 | 1574 | </section> |
| 1575 | +<section id="macos-notes"> |
| 1576 | +<h2>MACOS NOTES<a class="headerlink" href="#macos-notes" title="Link to this heading">¶</a></h2> |
| 1577 | +<p>A <code class="docutils literal notranslate"><span class="pre">git-cola.app</span></code> bundle can be built using <code class="docutils literal notranslate"><span class="pre">garden</span> <span class="pre">macos/app</span></code>. |
| 1578 | +See the <code class="docutils literal notranslate"><span class="pre">garden.yaml</span></code> file for more details.</p> |
| 1579 | +<p>Older versions of the <code class="docutils literal notranslate"><span class="pre">git-cola.app</span></code> may have caused macOS to launch Git Cola using |
| 1580 | +Rosetta even though Python is arm64 native. This is a macOS / Apple bug.</p> |
| 1581 | +<p>A stub <code class="docutils literal notranslate"><span class="pre">git-cola-macos</span></code> binary is now provided in <code class="docutils literal notranslate"><span class="pre">git-cola.app/Contents/MacOS</span></code> |
| 1582 | +as a workaround to prevent this behavior.</p> |
| 1583 | +<p>If you launched an older version of the <code class="docutils literal notranslate"><span class="pre">git-cola.app</span></code> bundle you may have encountered |
| 1584 | +this macOS bug:</p> |
| 1585 | +<p><a class="reference external" href="https://apple.stackexchange.com/questions/457171/shell-script-application-bundle-prompts-for-rosetta-installation">https://apple.stackexchange.com/questions/457171/shell-script-application-bundle-prompts-for-rosetta-installation</a></p> |
| 1586 | +<p>Per the discussion above, you can clear the buggy cache using this command:</p> |
| 1587 | +<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="o">/</span><span class="n">usr</span><span class="o">/</span><span class="n">libexec</span><span class="o">/</span><span class="n">PlistBuddy</span> <span class="o">-</span><span class="n">c</span> <span class="s1">'Delete :"Architectures for arm64":com.justroots.git-cola'</span> \ |
| 1588 | +<span class="o">~/</span><span class="n">Library</span><span class="o">/</span><span class="n">Preferences</span><span class="o">/</span><span class="n">com</span><span class="o">.</span><span class="n">apple</span><span class="o">.</span><span class="n">LaunchServices</span><span class="o">/</span><span class="n">com</span><span class="o">.</span><span class="n">apple</span><span class="o">.</span><span class="n">LaunchServices</span><span class="o">.</span><span class="n">plist</span> |
| 1589 | +</pre></div> |
| 1590 | +</div> |
| 1591 | +<p>Reboot after running this command and Git Cola should launch natively without Rosetta.</p> |
| 1592 | +</section> |
1566 | 1593 | <section id="windows-notes"> |
1567 | 1594 | <h2>WINDOWS NOTES<a class="headerlink" href="#windows-notes" title="Link to this heading">¶</a></h2> |
1568 | 1595 | <section id="git-installation"> |
@@ -1697,6 +1724,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1697 | 1724 | <li><a class="reference internal" href="#fetch">fetch</a></li> |
1698 | 1725 | <li><a class="reference internal" href="#grep">grep</a></li> |
1699 | 1726 | <li><a class="reference internal" href="#merge">merge</a></li> |
| 1727 | +<li><a class="reference internal" href="#open">open</a></li> |
1700 | 1728 | <li><a class="reference internal" href="#pull">pull</a></li> |
1701 | 1729 | <li><a class="reference internal" href="#push">push</a></li> |
1702 | 1730 | <li><a class="reference internal" href="#rebase">rebase</a></li> |
@@ -1780,6 +1808,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1780 | 1808 | <li><a class="reference internal" href="#cola-gravatar">cola.gravatar</a></li> |
1781 | 1809 | <li><a class="reference internal" href="#cola-fileattributes">cola.fileattributes</a></li> |
1782 | 1810 | <li><a class="reference internal" href="#cola-fontdiff">cola.fontdiff</a></li> |
| 1811 | +<li><a class="reference internal" href="#cola-fontsize">cola.fontsize</a></li> |
1783 | 1812 | <li><a class="reference internal" href="#cola-hidpi">cola.hidpi</a></li> |
1784 | 1813 | <li><a class="reference internal" href="#cola-icontheme">cola.icontheme</a></li> |
1785 | 1814 | <li><a class="reference internal" href="#cola-imagediff-extension">cola.imagediff.[extension]</a></li> |
@@ -1856,6 +1885,7 @@ <h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link |
1856 | 1885 | </ul> |
1857 | 1886 | </li> |
1858 | 1887 | <li><a class="reference internal" href="#shell-completions">SHELL COMPLETIONS</a></li> |
| 1888 | +<li><a class="reference internal" href="#macos-notes">MACOS NOTES</a></li> |
1859 | 1889 | <li><a class="reference internal" href="#windows-notes">WINDOWS NOTES</a><ul> |
1860 | 1890 | <li><a class="reference internal" href="#git-installation">Git Installation</a></li> |
1861 | 1891 | <li><a class="reference internal" href="#ssh-agents-for-key-based-authentication">SSH Agents for Key-based Authentication</a></li> |
|
0 commit comments