Skip to content

Commit 90e9909

Browse files
committed
git-cola v4.4.0
Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent 2cc2df2 commit 90e9909

29 files changed

+1097
-14030
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ maruku:
88
png_dir: images/latex
99
png_url: /images/latex
1010

11-
cola_version: "4.3.2"
12-
cola_release_date: "2023-08-30"
11+
cola_version: "4.4.0"
12+
cola_release_date: "2023-11-02"
1313
cola_downloads: "https://github.com/git-cola/git-cola/releases/download"
1414
cola_archive: "https://github.com/git-cola/git-cola/archive"
1515
cola_github: "https://github.com/git-cola/git-cola"

share/doc/git-cola/git-cola.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ Please see the following links for more details.
13191319

13201320
https://stackoverflow.com/questions/18683092/how-to-run-ssh-add-on-windows
13211321

1322-
FIPS Security Mode
1322+
FIPS SECURITY MODE
13231323
==================
13241324
`FIPS Security Mode <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/FIPS_Mode_-_an_explanation>`_
13251325
is available in newer versions of Python. These include Python 3.9+ and the

share/doc/git-cola/hotkeys.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<td>Delete untracked files</td>
178178
</tr>
179179
<tr>
180-
<td class="shortcut">Ctrl + Shift + F</td>
180+
<td class="shortcut">Alt + Shift + F</td>
181181
<td>:</td>
182182
<td>Toggle paths filter</td>
183183
</tr>

share/doc/git-cola/hotkeys_de.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<td>Delete untracked files</td>
182182
</tr>
183183
<tr>
184-
<td class="shortcut">Ctrl + Shift + F</td>
184+
<td class="shortcut">Alt + Shift + F</td>
185185
<td>:</td>
186186
<td>Toggle paths filter</td>
187187
</tr>

share/doc/git-cola/hotkeys_zh_CN.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<td>Delete untracked files</td>
181181
</tr>
182182
<tr>
183-
<td class="shortcut">Ctrl + Shift + f</td>
183+
<td class="shortcut">Alt + Shift + F</td>
184184
<td>:</td>
185185
<td>Toggle paths filter</td>
186186
</tr>

share/doc/git-cola/hotkeys_zh_TW.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<td>刪除未納入版本追蹤的檔案</td>
179179
</tr>
180180
<tr>
181-
<td class="shortcut">Ctrl + Shift + F</td>
181+
<td class="shortcut">Alt + Shift + F</td>
182182
<td>:</td>
183183
<td>開啟/關閉路徑過濾器</td>
184184
</tr>

share/doc/git-cola/html/genindex.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Index &mdash; git-cola 4.3.2 documentation</title>
6+
<title>Index &mdash; git-cola 4.4.0 documentation</title>
77
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="static/css/theme.css" type="text/css" />
99
<!--[if lt IE 9]>
1010
<script src="static/js/html5shiv.min.js"></script>
1111
<![endif]-->
1212

13-
<script data-url_root="./" id="documentation_options" src="static/documentation_options.js"></script>
14-
<script src="static/jquery.js"></script>
15-
<script src="static/underscore.js"></script>
16-
<script src="static/_sphinx_javascript_frameworks_compat.js"></script>
17-
<script src="static/doctools.js"></script>
18-
<script src="static/sphinx_highlight.js"></script>
13+
<script src="static/jquery.js?v=5d32c60e"></script>
14+
<script src="static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15+
<script src="static/documentation_options.js?v=2f20d6c1"></script>
16+
<script src="static/doctools.js?v=888ff710"></script>
17+
<script src="static/sphinx_highlight.js?v=dc90522c"></script>
1918
<script src="static/js/theme.js"></script>
2019
<link rel="index" title="Index" href="#" />
2120
<link rel="search" title="Search" href="search.html" />
@@ -33,7 +32,7 @@
3332
git-cola
3433
</a>
3534
<div class="version">
36-
4.3.2
35+
4.4.0
3736
</div>
3837
<div role="search">
3938
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

share/doc/git-cola/html/git-cola.html

Lines changed: 162 additions & 163 deletions
Large diffs are not rendered by default.

share/doc/git-cola/html/git-dag.html

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>git-dag(1) &mdash; git-cola 4.3.2 documentation</title>
7+
<title>git-dag(1) &mdash; git-cola 4.4.0 documentation</title>
88
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="static/css/theme.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="static/js/html5shiv.min.js"></script>
1212
<![endif]-->
1313

14-
<script data-url_root="./" id="documentation_options" src="static/documentation_options.js"></script>
15-
<script src="static/jquery.js"></script>
16-
<script src="static/underscore.js"></script>
17-
<script src="static/_sphinx_javascript_frameworks_compat.js"></script>
18-
<script src="static/doctools.js"></script>
19-
<script src="static/sphinx_highlight.js"></script>
14+
<script src="static/jquery.js?v=5d32c60e"></script>
15+
<script src="static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16+
<script src="static/documentation_options.js?v=2f20d6c1"></script>
17+
<script src="static/doctools.js?v=888ff710"></script>
18+
<script src="static/sphinx_highlight.js?v=dc90522c"></script>
2019
<script src="static/js/theme.js"></script>
2120
<link rel="index" title="Index" href="genindex.html" />
2221
<link rel="search" title="Search" href="search.html" />
@@ -36,7 +35,7 @@
3635
git-cola
3736
</a>
3837
<div class="version">
39-
4.3.2
38+
4.4.0
4039
</div>
4140
<div role="search">
4241
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -99,67 +98,67 @@
9998
<div itemprop="articleBody">
10099

101100
<section id="git-dag-1">
102-
<h1>git-dag(1)<a class="headerlink" href="#git-dag-1" title="Permalink to this heading"></a></h1>
101+
<h1>git-dag(1)<a class="headerlink" href="#git-dag-1" title="Link to this heading"></a></h1>
103102
<section id="synopsis">
104-
<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this heading"></a></h2>
103+
<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Link to this heading"></a></h2>
105104
<p>git dag [options] [&lt;since&gt;..&lt;until&gt;] [[–] [&lt;path&gt;…]]</p>
106105
</section>
107106
<section id="description">
108-
<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this heading"></a></h2>
107+
<h2>DESCRIPTION<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
109108
<p><cite>git-dag</cite> is a powerful Git history visualizer.
110109
<cite>git-dag</cite> presents powerful <cite>git log</cite> features in a simple-to-use
111110
graphical interface.</p>
112111
</section>
113112
<section id="options">
114-
<h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this heading"></a></h2>
113+
<h2>OPTIONS<a class="headerlink" href="#options" title="Link to this heading"></a></h2>
115114
<section id="prompt">
116-
<h3><code class="docutils literal notranslate"><span class="pre">--prompt</span></code><a class="headerlink" href="#prompt" title="Permalink to this heading"></a></h3>
115+
<h3><code class="docutils literal notranslate"><span class="pre">--prompt</span></code><a class="headerlink" href="#prompt" title="Link to this heading"></a></h3>
117116
<p>Prompt for a Git repository instead of using the current directory.</p>
118117
</section>
119118
<section id="r-repo-path">
120-
<h3><code class="docutils literal notranslate"><span class="pre">-r,</span> <span class="pre">--repo</span> <span class="pre">&lt;path&gt;</span></code><a class="headerlink" href="#r-repo-path" title="Permalink to this heading"></a></h3>
119+
<h3><code class="docutils literal notranslate"><span class="pre">-r,</span> <span class="pre">--repo</span> <span class="pre">&lt;path&gt;</span></code><a class="headerlink" href="#r-repo-path" title="Link to this heading"></a></h3>
121120
<p>Run <cite>git dag</cite> on the git repository in <cite>&lt;path&gt;</cite>.
122121
Defaults to the current directory.</p>
123122
</section>
124123
<section id="version">
125-
<h3><code class="docutils literal notranslate"><span class="pre">--version</span></code><a class="headerlink" href="#version" title="Permalink to this heading"></a></h3>
124+
<h3><code class="docutils literal notranslate"><span class="pre">--version</span></code><a class="headerlink" href="#version" title="Link to this heading"></a></h3>
126125
<p>Print the <cite>git dag</cite> version and exit.</p>
127126
</section>
128127
<section id="h-help">
129-
<h3><code class="docutils literal notranslate"><span class="pre">-h,</span> <span class="pre">--help</span></code><a class="headerlink" href="#h-help" title="Permalink to this heading"></a></h3>
128+
<h3><code class="docutils literal notranslate"><span class="pre">-h,</span> <span class="pre">--help</span></code><a class="headerlink" href="#h-help" title="Link to this heading"></a></h3>
130129
<p>Show usage and optional arguments.</p>
131130
</section>
132131
</section>
133132
<section id="log-options">
134-
<h2>Log Options<a class="headerlink" href="#log-options" title="Permalink to this heading"></a></h2>
133+
<h2>Log Options<a class="headerlink" href="#log-options" title="Link to this heading"></a></h2>
135134
<p>The <cite>Log</cite> prompt allows you to pass arguments to <cite>git log</cite>.
136135
This can be used to filter the displayed history, for example
137136
entering <cite>main – Makefile</cite> will display only commits on the
138137
<cite>main</cite> branch that touch the <cite>Makefile</cite>.</p>
139138
</section>
140139
<section id="context-menu-actions">
141-
<h2>CONTEXT-MENU ACTIONS<a class="headerlink" href="#context-menu-actions" title="Permalink to this heading"></a></h2>
140+
<h2>CONTEXT-MENU ACTIONS<a class="headerlink" href="#context-menu-actions" title="Link to this heading"></a></h2>
142141
<p>The right-click menu can be used to perform various actions.
143142
All actions operate on the selected commit.</p>
144143
<p>You can create branches and tags, cherry-pick commits, save patches,
145144
export tarballs, and grab files from older commits using the context menu.</p>
146145
</section>
147146
<section id="diff-commits">
148-
<h2>DIFF COMMITS<a class="headerlink" href="#diff-commits" title="Permalink to this heading"></a></h2>
147+
<h2>DIFF COMMITS<a class="headerlink" href="#diff-commits" title="Link to this heading"></a></h2>
149148
<p>You can diff arbitrary commits. Select a single commit in either the list
150149
view or the graph view and then right-click on a second commit.</p>
151150
<p>A menu will appear allowing you to diff the two commits.</p>
152151
</section>
153152
<section id="shortcuts">
154-
<h2>SHORTCUTS<a class="headerlink" href="#shortcuts" title="Permalink to this heading"></a></h2>
153+
<h2>SHORTCUTS<a class="headerlink" href="#shortcuts" title="Link to this heading"></a></h2>
155154
<p>You can run commands using dedicated shortcuts. Select a single commit
156155
and then press <cite>Ctrl-Alt-c</cite> to copy sha1 or <cite>Ctrl-d</cite> to run diff tool.</p>
157156
<p>You can read more about hotkeys from ‘keyboard shortcuts’ window or context menu.</p>
158157
</section>
159158
<section id="configuration-variables">
160-
<h2>CONFIGURATION VARIABLES<a class="headerlink" href="#configuration-variables" title="Permalink to this heading"></a></h2>
159+
<h2>CONFIGURATION VARIABLES<a class="headerlink" href="#configuration-variables" title="Link to this heading"></a></h2>
161160
<section id="log-date">
162-
<h3>log.date<a class="headerlink" href="#log-date" title="Permalink to this heading"></a></h3>
161+
<h3>log.date<a class="headerlink" href="#log-date" title="Link to this heading"></a></h3>
163162
<p>Set the default date-time format for the ‘Date’ field.
164163
Setting a value for log.date is similar to using <cite>git log</cite>’s
165164
<cite>–date</cite> option. Possible values are <cite>relative</cite>, <cite>local</cite>,

share/doc/git-cola/html/index.html

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Git Cola Documentation &mdash; git-cola 4.3.2 documentation</title>
7+
<title>Git Cola Documentation &mdash; git-cola 4.4.0 documentation</title>
88
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="static/css/theme.css" type="text/css" />
1010
<!--[if lt IE 9]>
1111
<script src="static/js/html5shiv.min.js"></script>
1212
<![endif]-->
1313

14-
<script data-url_root="./" id="documentation_options" src="static/documentation_options.js"></script>
15-
<script src="static/jquery.js"></script>
16-
<script src="static/underscore.js"></script>
17-
<script src="static/_sphinx_javascript_frameworks_compat.js"></script>
18-
<script src="static/doctools.js"></script>
19-
<script src="static/sphinx_highlight.js"></script>
14+
<script src="static/jquery.js?v=5d32c60e"></script>
15+
<script src="static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
16+
<script src="static/documentation_options.js?v=2f20d6c1"></script>
17+
<script src="static/doctools.js?v=888ff710"></script>
18+
<script src="static/sphinx_highlight.js?v=dc90522c"></script>
2019
<script src="static/js/theme.js"></script>
2120
<link rel="index" title="Index" href="genindex.html" />
2221
<link rel="search" title="Search" href="search.html" />
@@ -35,7 +34,7 @@
3534
git-cola
3635
</a>
3736
<div class="version">
38-
4.3.2
37+
4.4.0
3938
</div>
4039
<div role="search">
4140
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -79,7 +78,7 @@
7978
<div itemprop="articleBody">
8079

8180
<section id="git-cola-documentation">
82-
<h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" title="Permalink to this heading"></a></h1>
81+
<h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" title="Link to this heading"></a></h1>
8382
<div class="toctree-wrapper compound">
8483
<ul>
8584
<li class="toctree-l1"><a class="reference internal" href="git-cola.html">git-cola(1)</a><ul>
@@ -239,7 +238,7 @@ <h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" t
239238
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#ssh-agents-for-key-based-authentication">SSH Agents for Key-based Authentication</a></li>
240239
</ul>
241240
</li>
242-
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#fips-security-mode">FIPS Security Mode</a></li>
241+
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#fips-security-mode">FIPS SECURITY MODE</a></li>
243242
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#links">LINKS</a><ul>
244243
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#git-cola-s-git-repository">Git Cola’s Git Repository</a></li>
245244
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#git-cola-homepage">Git Cola Homepage</a></li>
@@ -272,7 +271,7 @@ <h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" t
272271
</ul>
273272
</div>
274273
<section id="release-notes">
275-
<h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to this heading"></a></h2>
274+
<h2>Release Notes<a class="headerlink" href="#release-notes" title="Link to this heading"></a></h2>
276275
<div class="toctree-wrapper compound">
277276
<ul>
278277
<li class="toctree-l1"><a class="reference internal" href="relnotes.html">Releases</a><ul>
@@ -380,7 +379,7 @@ <h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to
380379
</div>
381380
</section>
382381
<section id="indices-and-tables">
383-
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this heading"></a></h2>
382+
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Link to this heading"></a></h2>
384383
<ul class="simple">
385384
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
386385
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>

0 commit comments

Comments
 (0)