Skip to content

Commit a6f6c60

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

File tree

17 files changed

+832
-817
lines changed

17 files changed

+832
-817
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.0"
12-
cola_release_date: "2023-08-12"
11+
cola_version: "4.3.1"
12+
cola_release_date: "2023-08-18"
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-dag.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ graphical interface.
1515
OPTIONS
1616
=======
1717

18-
--prompt
19-
--------
18+
``--prompt``
19+
------------
2020
Prompt for a Git repository instead of using the current directory.
2121

22-
-r, --repo <path>
23-
-----------------
22+
``-r, --repo <path>``
23+
---------------------
2424
Run `git dag` on the git repository in `<path>`.
2525
Defaults to the current directory.
2626

27-
--version
28-
---------
27+
``--version``
28+
-------------
2929
Print the `git dag` version and exit.
3030

31-
-h, --help
32-
----------
31+
``-h, --help``
32+
--------------
3333
Show usage and optional arguments.
3434

3535
Log Options

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

Lines changed: 2 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.0 documentation</title>
6+
<title>Index &mdash; git-cola 4.3.1 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]>
@@ -31,7 +31,7 @@
3131
git-cola
3232
</a>
3333
<div class="version">
34-
4.3.0
34+
4.3.1
3535
</div>
3636
<div role="search">
3737
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

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

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

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>git-cola(1) &mdash; git-cola 4.3.0 documentation</title>
7+
<title>git-cola(1) &mdash; git-cola 4.3.1 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]>
@@ -34,7 +34,7 @@
3434
git-cola
3535
</a>
3636
<div class="version">
37-
4.3.0
37+
4.3.1
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.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.0 documentation</title>
7+
<title>git-dag(1) &mdash; git-cola 4.3.1 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]>
@@ -34,7 +34,7 @@
3434
git-cola
3535
</a>
3636
<div class="version">
37-
4.3.0
37+
4.3.1
3838
</div>
3939
<div role="search">
4040
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -50,10 +50,10 @@
5050
<li class="toctree-l2"><a class="reference internal" href="#synopsis">SYNOPSIS</a></li>
5151
<li class="toctree-l2"><a class="reference internal" href="#description">DESCRIPTION</a></li>
5252
<li class="toctree-l2"><a class="reference internal" href="#options">OPTIONS</a><ul>
53-
<li class="toctree-l3"><a class="reference internal" href="#prompt">prompt</a></li>
54-
<li class="toctree-l3"><a class="reference internal" href="#r-repo-path">-r,repo &lt;path&gt;</a></li>
55-
<li class="toctree-l3"><a class="reference internal" href="#version">version</a></li>
56-
<li class="toctree-l3"><a class="reference internal" href="#h-help">-h,help</a></li>
53+
<li class="toctree-l3"><a class="reference internal" href="#prompt"><code class="docutils literal notranslate"><span class="pre">--prompt</span></code></a></li>
54+
<li class="toctree-l3"><a class="reference internal" href="#r-repo-path"><code class="docutils literal notranslate"><span class="pre">-r,</span> <span class="pre">--repo</span> <span class="pre">&lt;path&gt;</span></code></a></li>
55+
<li class="toctree-l3"><a class="reference internal" href="#version"><code class="docutils literal notranslate"><span class="pre">--version</span></code></a></li>
56+
<li class="toctree-l3"><a class="reference internal" href="#h-help"><code class="docutils literal notranslate"><span class="pre">-h,</span> <span class="pre">--help</span></code></a></li>
5757
</ul>
5858
</li>
5959
<li class="toctree-l2"><a class="reference internal" href="#log-options">Log Options</a></li>
@@ -111,20 +111,20 @@ <h2>DESCRIPTION<a class="headerlink" href="#description" title="Permalink to thi
111111
<section id="options">
112112
<h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline"></a></h2>
113113
<section id="prompt">
114-
<h3>prompt<a class="headerlink" href="#prompt" title="Permalink to this headline"></a></h3>
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>
115115
<p>Prompt for a Git repository instead of using the current directory.</p>
116116
</section>
117117
<section id="r-repo-path">
118-
<h3>-r,repo &lt;path&gt;<a class="headerlink" href="#r-repo-path" title="Permalink to this headline"></a></h3>
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>
119119
<p>Run <cite>git dag</cite> on the git repository in <cite>&lt;path&gt;</cite>.
120120
Defaults to the current directory.</p>
121121
</section>
122122
<section id="version">
123-
<h3>version<a class="headerlink" href="#version" title="Permalink to this headline"></a></h3>
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>
124124
<p>Print the <cite>git dag</cite> version and exit.</p>
125125
</section>
126126
<section id="h-help">
127-
<h3>-h,help<a class="headerlink" href="#h-help" title="Permalink to this headline"></a></h3>
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>
128128
<p>Show usage and optional arguments.</p>
129129
</section>
130130
</section>

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.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.0 documentation</title>
7+
<title>Git Cola Documentation &mdash; git-cola 4.3.1 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]>
@@ -33,7 +33,7 @@
3333
git-cola
3434
</a>
3535
<div class="version">
36-
4.3.0
36+
4.3.1
3737
</div>
3838
<div role="search">
3939
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -247,10 +247,10 @@ <h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" t
247247
<li class="toctree-l2"><a class="reference internal" href="git-dag.html#synopsis">SYNOPSIS</a></li>
248248
<li class="toctree-l2"><a class="reference internal" href="git-dag.html#description">DESCRIPTION</a></li>
249249
<li class="toctree-l2"><a class="reference internal" href="git-dag.html#options">OPTIONS</a><ul>
250-
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#prompt">prompt</a></li>
251-
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#r-repo-path">-r,repo &lt;path&gt;</a></li>
252-
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#version">version</a></li>
253-
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#h-help">-h,help</a></li>
250+
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#prompt"><code class="docutils literal notranslate"><span class="pre">--prompt</span></code></a></li>
251+
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#r-repo-path"><code class="docutils literal notranslate"><span class="pre">-r,</span> <span class="pre">--repo</span> <span class="pre">&lt;path&gt;</span></code></a></li>
252+
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#version"><code class="docutils literal notranslate"><span class="pre">--version</span></code></a></li>
253+
<li class="toctree-l3"><a class="reference internal" href="git-dag.html#h-help"><code class="docutils literal notranslate"><span class="pre">-h,</span> <span class="pre">--help</span></code></a></li>
254254
</ul>
255255
</li>
256256
<li class="toctree-l2"><a class="reference internal" href="git-dag.html#log-options">Log Options</a></li>
@@ -273,6 +273,7 @@ <h2>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to
273273
<li class="toctree-l1"><a class="reference internal" href="relnotes.html">Releases</a><ul>
274274
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#latest-release">Latest Release</a></li>
275275
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#development-version">Development version</a></li>
276+
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-3-1">v4.3.1</a></li>
276277
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-3-0">v4.3.0</a></li>
277278
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-2-1">v4.2.1</a></li>
278279
<li class="toctree-l2"><a class="reference internal" href="relnotes.html#v4-2-0">v4.2.0</a></li>
5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)