Skip to content

Commit 345f6e8

Browse files
committed
git-cola v4.3.2
Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent a6f6c60 commit 345f6e8

25 files changed

+14847
-14713
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.1"
12-
cola_release_date: "2023-08-18"
11+
cola_version: "4.3.2"
12+
cola_release_date: "2023-08-30"
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/html/genindex.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.1 documentation</title>
6+
<title>Index &mdash; git-cola 4.3.2 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]>
@@ -13,7 +13,9 @@
1313
<script data-url_root="./" id="documentation_options" src="static/documentation_options.js"></script>
1414
<script src="static/jquery.js"></script>
1515
<script src="static/underscore.js"></script>
16+
<script src="static/_sphinx_javascript_frameworks_compat.js"></script>
1617
<script src="static/doctools.js"></script>
18+
<script src="static/sphinx_highlight.js"></script>
1719
<script src="static/js/theme.js"></script>
1820
<link rel="index" title="Index" href="#" />
1921
<link rel="search" title="Search" href="search.html" />
@@ -31,7 +33,7 @@
3133
git-cola
3234
</a>
3335
<div class="version">
34-
4.3.1
36+
4.3.2
3537
</div>
3638
<div role="search">
3739
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

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

Lines changed: 156 additions & 159 deletions
Large diffs are not rendered by default.

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

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html class="writer-html5" lang="en" >
33
<head>
4-
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
4+
<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.1 documentation</title>
7+
<title>git-dag(1) &mdash; git-cola 4.3.2 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]>
@@ -14,7 +14,9 @@
1414
<script data-url_root="./" id="documentation_options" src="static/documentation_options.js"></script>
1515
<script src="static/jquery.js"></script>
1616
<script src="static/underscore.js"></script>
17+
<script src="static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="static/doctools.js"></script>
19+
<script src="static/sphinx_highlight.js"></script>
1820
<script src="static/js/theme.js"></script>
1921
<link rel="index" title="Index" href="genindex.html" />
2022
<link rel="search" title="Search" href="search.html" />
@@ -34,7 +36,7 @@
3436
git-cola
3537
</a>
3638
<div class="version">
37-
4.3.1
39+
4.3.2
3840
</div>
3941
<div role="search">
4042
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -97,67 +99,67 @@
9799
<div itemprop="articleBody">
98100

99101
<section id="git-dag-1">
100-
<h1>git-dag(1)<a class="headerlink" href="#git-dag-1" title="Permalink to this headline"></a></h1>
102+
<h1>git-dag(1)<a class="headerlink" href="#git-dag-1" title="Permalink to this heading"></a></h1>
101103
<section id="synopsis">
102-
<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline"></a></h2>
104+
<h2>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this heading"></a></h2>
103105
<p>git dag [options] [&lt;since&gt;..&lt;until&gt;] [[–] [&lt;path&gt;…]]</p>
104106
</section>
105107
<section id="description">
106-
<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
108+
<h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to this heading"></a></h2>
107109
<p><cite>git-dag</cite> is a powerful Git history visualizer.
108110
<cite>git-dag</cite> presents powerful <cite>git log</cite> features in a simple-to-use
109111
graphical interface.</p>
110112
</section>
111113
<section id="options">
112-
<h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline"></a></h2>
114+
<h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this heading"></a></h2>
113115
<section id="prompt">
114-
<h3><code class="docutils literal notranslate"><span class="pre">--prompt</span></code><a class="headerlink" href="#prompt" title="Permalink to this headline"></a></h3>
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>
115117
<p>Prompt for a Git repository instead of using the current directory.</p>
116118
</section>
117119
<section id="r-repo-path">
118-
<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 headline"></a></h3>
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>
119121
<p>Run <cite>git dag</cite> on the git repository in <cite>&lt;path&gt;</cite>.
120122
Defaults to the current directory.</p>
121123
</section>
122124
<section id="version">
123-
<h3><code class="docutils literal notranslate"><span class="pre">--version</span></code><a class="headerlink" href="#version" title="Permalink to this headline"></a></h3>
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>
124126
<p>Print the <cite>git dag</cite> version and exit.</p>
125127
</section>
126128
<section id="h-help">
127-
<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 headline"></a></h3>
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>
128130
<p>Show usage and optional arguments.</p>
129131
</section>
130132
</section>
131133
<section id="log-options">
132-
<h2>Log Options<a class="headerlink" href="#log-options" title="Permalink to this headline"></a></h2>
134+
<h2>Log Options<a class="headerlink" href="#log-options" title="Permalink to this heading"></a></h2>
133135
<p>The <cite>Log</cite> prompt allows you to pass arguments to <cite>git log</cite>.
134136
This can be used to filter the displayed history, for example
135137
entering <cite>main – Makefile</cite> will display only commits on the
136138
<cite>main</cite> branch that touch the <cite>Makefile</cite>.</p>
137139
</section>
138140
<section id="context-menu-actions">
139-
<h2>CONTEXT-MENU ACTIONS<a class="headerlink" href="#context-menu-actions" title="Permalink to this headline"></a></h2>
141+
<h2>CONTEXT-MENU ACTIONS<a class="headerlink" href="#context-menu-actions" title="Permalink to this heading"></a></h2>
140142
<p>The right-click menu can be used to perform various actions.
141143
All actions operate on the selected commit.</p>
142144
<p>You can create branches and tags, cherry-pick commits, save patches,
143145
export tarballs, and grab files from older commits using the context menu.</p>
144146
</section>
145147
<section id="diff-commits">
146-
<h2>DIFF COMMITS<a class="headerlink" href="#diff-commits" title="Permalink to this headline"></a></h2>
148+
<h2>DIFF COMMITS<a class="headerlink" href="#diff-commits" title="Permalink to this heading"></a></h2>
147149
<p>You can diff arbitrary commits. Select a single commit in either the list
148150
view or the graph view and then right-click on a second commit.</p>
149151
<p>A menu will appear allowing you to diff the two commits.</p>
150152
</section>
151153
<section id="shortcuts">
152-
<h2>SHORTCUTS<a class="headerlink" href="#shortcuts" title="Permalink to this headline"></a></h2>
154+
<h2>SHORTCUTS<a class="headerlink" href="#shortcuts" title="Permalink to this heading"></a></h2>
153155
<p>You can run commands using dedicated shortcuts. Select a single commit
154156
and then press <cite>Ctrl-Alt-c</cite> to copy sha1 or <cite>Ctrl-d</cite> to run diff tool.</p>
155157
<p>You can read more about hotkeys from ‘keyboard shortcuts’ window or context menu.</p>
156158
</section>
157159
<section id="configuration-variables">
158-
<h2>CONFIGURATION VARIABLES<a class="headerlink" href="#configuration-variables" title="Permalink to this headline"></a></h2>
160+
<h2>CONFIGURATION VARIABLES<a class="headerlink" href="#configuration-variables" title="Permalink to this heading"></a></h2>
159161
<section id="log-date">
160-
<h3>log.date<a class="headerlink" href="#log-date" title="Permalink to this headline"></a></h3>
162+
<h3>log.date<a class="headerlink" href="#log-date" title="Permalink to this heading"></a></h3>
161163
<p>Set the default date-time format for the ‘Date’ field.
162164
Setting a value for log.date is similar to using <cite>git log</cite>’s
163165
<cite>–date</cite> option. Possible values are <cite>relative</cite>, <cite>local</cite>,

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html class="writer-html5" lang="en" >
33
<head>
4-
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
4+
<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.1 documentation</title>
7+
<title>Git Cola Documentation &mdash; git-cola 4.3.2 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]>
@@ -14,7 +14,9 @@
1414
<script data-url_root="./" id="documentation_options" src="static/documentation_options.js"></script>
1515
<script src="static/jquery.js"></script>
1616
<script src="static/underscore.js"></script>
17+
<script src="static/_sphinx_javascript_frameworks_compat.js"></script>
1718
<script src="static/doctools.js"></script>
19+
<script src="static/sphinx_highlight.js"></script>
1820
<script src="static/js/theme.js"></script>
1921
<link rel="index" title="Index" href="genindex.html" />
2022
<link rel="search" title="Search" href="search.html" />
@@ -33,7 +35,7 @@
3335
git-cola
3436
</a>
3537
<div class="version">
36-
4.3.1
38+
4.3.2
3739
</div>
3840
<div role="search">
3941
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -77,7 +79,7 @@
7779
<div itemprop="articleBody">
7880

7981
<section id="git-cola-documentation">
80-
<h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" title="Permalink to this headline"></a></h1>
82+
<h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" title="Permalink to this heading"></a></h1>
8183
<div class="toctree-wrapper compound">
8284
<ul>
8385
<li class="toctree-l1"><a class="reference internal" href="git-cola.html">git-cola(1)</a><ul>
@@ -267,12 +269,13 @@ <h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" t
267269
</ul>
268270
</div>
269271
<section id="release-notes">
270-
<h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to this headline"></a></h2>
272+
<h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to this heading"></a></h2>
271273
<div class="toctree-wrapper compound">
272274
<ul>
273275
<li class="toctree-l1"><a class="reference internal" href="relnotes.html">Releases</a><ul>
274276
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#latest-release">Latest Release</a></li>
275277
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#development-version">Development version</a></li>
278+
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-3-2">v4.3.2</a></li>
276279
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-3-1">v4.3.1</a></li>
277280
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-3-0">v4.3.0</a></li>
278281
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-2-1">v4.2.1</a></li>
@@ -373,7 +376,7 @@ <h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to
373376
</div>
374377
</section>
375378
<section id="indices-and-tables">
376-
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h2>
379+
<h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this heading"></a></h2>
377380
<ul class="simple">
378381
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
379382
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)