|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html class="writer-html5" lang="en" > |
3 | 3 | <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/" /> |
5 | 5 |
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | | - <title>git-dag(1) — git-cola 4.3.1 documentation</title> |
| 7 | + <title>git-dag(1) — git-cola 4.3.2 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]> |
|
14 | 14 | <script data-url_root="./" id="documentation_options" src="static/documentation_options.js"></script> |
15 | 15 | <script src="static/jquery.js"></script> |
16 | 16 | <script src="static/underscore.js"></script> |
| 17 | + <script src="static/_sphinx_javascript_frameworks_compat.js"></script> |
17 | 18 | <script src="static/doctools.js"></script> |
| 19 | + <script src="static/sphinx_highlight.js"></script> |
18 | 20 | <script src="static/js/theme.js"></script> |
19 | 21 | <link rel="index" title="Index" href="genindex.html" /> |
20 | 22 | <link rel="search" title="Search" href="search.html" /> |
|
34 | 36 | git-cola |
35 | 37 | </a> |
36 | 38 | <div class="version"> |
37 | | - 4.3.1 |
| 39 | + 4.3.2 |
38 | 40 | </div> |
39 | 41 | <div role="search"> |
40 | 42 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
|
97 | 99 | <div itemprop="articleBody"> |
98 | 100 |
|
99 | 101 | <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> |
101 | 103 | <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> |
103 | 105 | <p>git dag [options] [<since>..<until>] [[–] [<path>…]]</p> |
104 | 106 | </section> |
105 | 107 | <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> |
107 | 109 | <p><cite>git-dag</cite> is a powerful Git history visualizer. |
108 | 110 | <cite>git-dag</cite> presents powerful <cite>git log</cite> features in a simple-to-use |
109 | 111 | graphical interface.</p> |
110 | 112 | </section> |
111 | 113 | <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> |
113 | 115 | <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> |
115 | 117 | <p>Prompt for a Git repository instead of using the current directory.</p> |
116 | 118 | </section> |
117 | 119 | <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"><path></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"><path></span></code><a class="headerlink" href="#r-repo-path" title="Permalink to this heading"></a></h3> |
119 | 121 | <p>Run <cite>git dag</cite> on the git repository in <cite><path></cite>. |
120 | 122 | Defaults to the current directory.</p> |
121 | 123 | </section> |
122 | 124 | <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> |
124 | 126 | <p>Print the <cite>git dag</cite> version and exit.</p> |
125 | 127 | </section> |
126 | 128 | <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> |
128 | 130 | <p>Show usage and optional arguments.</p> |
129 | 131 | </section> |
130 | 132 | </section> |
131 | 133 | <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> |
133 | 135 | <p>The <cite>Log</cite> prompt allows you to pass arguments to <cite>git log</cite>. |
134 | 136 | This can be used to filter the displayed history, for example |
135 | 137 | entering <cite>main – Makefile</cite> will display only commits on the |
136 | 138 | <cite>main</cite> branch that touch the <cite>Makefile</cite>.</p> |
137 | 139 | </section> |
138 | 140 | <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> |
140 | 142 | <p>The right-click menu can be used to perform various actions. |
141 | 143 | All actions operate on the selected commit.</p> |
142 | 144 | <p>You can create branches and tags, cherry-pick commits, save patches, |
143 | 145 | export tarballs, and grab files from older commits using the context menu.</p> |
144 | 146 | </section> |
145 | 147 | <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> |
147 | 149 | <p>You can diff arbitrary commits. Select a single commit in either the list |
148 | 150 | view or the graph view and then right-click on a second commit.</p> |
149 | 151 | <p>A menu will appear allowing you to diff the two commits.</p> |
150 | 152 | </section> |
151 | 153 | <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> |
153 | 155 | <p>You can run commands using dedicated shortcuts. Select a single commit |
154 | 156 | and then press <cite>Ctrl-Alt-c</cite> to copy sha1 or <cite>Ctrl-d</cite> to run diff tool.</p> |
155 | 157 | <p>You can read more about hotkeys from ‘keyboard shortcuts’ window or context menu.</p> |
156 | 158 | </section> |
157 | 159 | <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> |
159 | 161 | <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> |
161 | 163 | <p>Set the default date-time format for the ‘Date’ field. |
162 | 164 | Setting a value for log.date is similar to using <cite>git log</cite>’s |
163 | 165 | <cite>–date</cite> option. Possible values are <cite>relative</cite>, <cite>local</cite>, |
|
0 commit comments