|
4 | 4 | <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> |
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>git-dag(1) — git-cola 4.3.0 documentation</title> |
| 7 | + <title>git-dag(1) — git-cola 4.3.1 documentation</title> |
8 | 8 | <link rel="stylesheet" href="static/pygments.css" type="text/css" /> |
9 | 9 | <link rel="stylesheet" href="static/css/theme.css" type="text/css" /> |
10 | 10 | <!--[if lt IE 9]> |
|
34 | 34 | git-cola |
35 | 35 | </a> |
36 | 36 | <div class="version"> |
37 | | - 4.3.0 |
| 37 | + 4.3.1 |
38 | 38 | </div> |
39 | 39 | <div role="search"> |
40 | 40 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
|
50 | 50 | <li class="toctree-l2"><a class="reference internal" href="#synopsis">SYNOPSIS</a></li> |
51 | 51 | <li class="toctree-l2"><a class="reference internal" href="#description">DESCRIPTION</a></li> |
52 | 52 | <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 <path></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"><path></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> |
57 | 57 | </ul> |
58 | 58 | </li> |
59 | 59 | <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 |
111 | 111 | <section id="options"> |
112 | 112 | <h2>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline"></a></h2> |
113 | 113 | <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> |
115 | 115 | <p>Prompt for a Git repository instead of using the current directory.</p> |
116 | 116 | </section> |
117 | 117 | <section id="r-repo-path"> |
118 | | -<h3>-r, –repo <path><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"><path></span></code><a class="headerlink" href="#r-repo-path" title="Permalink to this headline"></a></h3> |
119 | 119 | <p>Run <cite>git dag</cite> on the git repository in <cite><path></cite>. |
120 | 120 | Defaults to the current directory.</p> |
121 | 121 | </section> |
122 | 122 | <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> |
124 | 124 | <p>Print the <cite>git dag</cite> version and exit.</p> |
125 | 125 | </section> |
126 | 126 | <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> |
128 | 128 | <p>Show usage and optional arguments.</p> |
129 | 129 | </section> |
130 | 130 | </section> |
|
0 commit comments