You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>DESCRIPTION<aclass="headerlink" href="#description" title="Link to this heading">#</a></h2>
207
+
<h2>DESCRIPTION<aclass="headerlink" href="#description" title="Link to this heading">¶</a></h2>
206
208
<p><cite>git-dag</cite> is an advanced Git history visualizer that presents <codeclass="docutils literal notranslate"><spanclass="pre">git</span><spanclass="pre">log</span></code>’s
207
209
powerful features in an easy to use graphical interface.</p>
208
210
</section>
209
211
<sectionid="options">
210
-
<h2>OPTIONS<aclass="headerlink" href="#options" title="Link to this heading">#</a></h2>
212
+
<h2>OPTIONS<aclass="headerlink" href="#options" title="Link to this heading">¶</a></h2>
211
213
<sectionid="revision-range">
212
-
<h3><codeclass="docutils literal notranslate"><spanclass="pre"><revision-range></span></code><aclass="headerlink" href="#revision-range" title="Link to this heading">#</a></h3>
214
+
<h3><codeclass="docutils literal notranslate"><spanclass="pre"><revision-range></span></code><aclass="headerlink" href="#revision-range" title="Link to this heading">¶</a></h3>
213
215
<p>Show only commits in the specified revision range.
214
216
When no <codeclass="docutils literal notranslate"><spanclass="pre"><revision-range></span></code> is specified, it defaults to <codeclass="docutils literal notranslate"><spanclass="pre">HEAD</span></code>
215
217
(i.e. the whole history leading to the current commit).</p>
<h3><codeclass="docutils literal notranslate"><spanclass="pre">--prompt</span></code><aclass="headerlink" href="#prompt" title="Link to this heading">#</a></h3>
225
+
<h3><codeclass="docutils literal notranslate"><spanclass="pre">--prompt</span></code><aclass="headerlink" href="#prompt" title="Link to this heading">¶</a></h3>
224
226
<p>Prompt for a Git repository instead of using the current directory.</p>
225
227
</section>
226
228
<sectionid="r-repo-path">
227
-
<h3><codeclass="docutils literal notranslate"><spanclass="pre">-r,</span><spanclass="pre">--repo</span><spanclass="pre"><path></span></code><aclass="headerlink" href="#r-repo-path" title="Link to this heading">#</a></h3>
229
+
<h3><codeclass="docutils literal notranslate"><spanclass="pre">-r,</span><spanclass="pre">--repo</span><spanclass="pre"><path></span></code><aclass="headerlink" href="#r-repo-path" title="Link to this heading">¶</a></h3>
228
230
<p>Open the git repository located at <codeclass="docutils literal notranslate"><spanclass="pre"><path></span></code>.
229
231
Defaults to the current directory.</p>
230
232
</section>
231
233
<sectionid="version">
232
-
<h3><codeclass="docutils literal notranslate"><spanclass="pre">--version</span></code><aclass="headerlink" href="#version" title="Link to this heading">#</a></h3>
234
+
<h3><codeclass="docutils literal notranslate"><spanclass="pre">--version</span></code><aclass="headerlink" href="#version" title="Link to this heading">¶</a></h3>
233
235
<p>Print the version number and exit.</p>
234
236
</section>
235
237
<sectionid="h-help">
236
-
<h3><codeclass="docutils literal notranslate"><spanclass="pre">-h,</span><spanclass="pre">--help</span></code><aclass="headerlink" href="#h-help" title="Link to this heading">#</a></h3>
238
+
<h3><codeclass="docutils literal notranslate"><spanclass="pre">-h,</span><spanclass="pre">--help</span></code><aclass="headerlink" href="#h-help" title="Link to this heading">¶</a></h3>
237
239
<p>Show usage and optional arguments.</p>
238
240
</section>
239
241
</section>
240
242
<sectionid="log-arguments">
241
-
<h2>Log Arguments<aclass="headerlink" href="#log-arguments" title="Link to this heading">#</a></h2>
243
+
<h2>Log Arguments<aclass="headerlink" href="#log-arguments" title="Link to this heading">¶</a></h2>
242
244
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Log</span></code> text field allows you to pass arguments to <cite>git log</cite>.
243
245
This can be used to filter the displayed history, for example
244
246
entering <cite>main – Makefile</cite> will display only commits on the
@@ -248,28 +250,28 @@ <h2>Log Arguments<a class="headerlink" href="#log-arguments" title="Link to this
248
250
specified on the command-line.</p>
249
251
</section>
250
252
<sectionid="context-menu-actions">
251
-
<h2>CONTEXT-MENU ACTIONS<aclass="headerlink" href="#context-menu-actions" title="Link to this heading">#</a></h2>
253
+
<h2>CONTEXT-MENU ACTIONS<aclass="headerlink" href="#context-menu-actions" title="Link to this heading">¶</a></h2>
252
254
<p>The right-click menu can be used to perform various actions.
253
255
All actions operate on the selected commit.</p>
254
256
<p>You can create branches and tags, cherry-pick commits, save patches,
255
257
export tarballs, and grab files from older commits using the context menu.</p>
256
258
</section>
257
259
<sectionid="diff-commits">
258
-
<h2>DIFF COMMITS<aclass="headerlink" href="#diff-commits" title="Link to this heading">#</a></h2>
260
+
<h2>DIFF COMMITS<aclass="headerlink" href="#diff-commits" title="Link to this heading">¶</a></h2>
259
261
<p>You can diff arbitrary commits. Select a single commit in either the list
260
262
view or the graph view and then right-click on a second commit.</p>
261
263
<p>A menu will appear allowing you to diff the two commits.</p>
262
264
</section>
263
265
<sectionid="shortcuts">
264
-
<h2>SHORTCUTS<aclass="headerlink" href="#shortcuts" title="Link to this heading">#</a></h2>
266
+
<h2>SHORTCUTS<aclass="headerlink" href="#shortcuts" title="Link to this heading">¶</a></h2>
265
267
<p>You can run commands using dedicated shortcuts. Select a single commit
266
268
and then press <cite>Ctrl-Alt-c</cite> to copy sha1 or <cite>Ctrl-d</cite> to run diff tool.</p>
267
269
<p>You can read more about hotkeys from ‘keyboard shortcuts’ window or context menu.</p>
268
270
</section>
269
271
<sectionid="configuration-variables">
270
-
<h2>CONFIGURATION VARIABLES<aclass="headerlink" href="#configuration-variables" title="Link to this heading">#</a></h2>
272
+
<h2>CONFIGURATION VARIABLES<aclass="headerlink" href="#configuration-variables" title="Link to this heading">¶</a></h2>
271
273
<sectionid="log-date">
272
-
<h3>log.date<aclass="headerlink" href="#log-date" title="Link to this heading">#</a></h3>
274
+
<h3>log.date<aclass="headerlink" href="#log-date" title="Link to this heading">¶</a></h3>
273
275
<p>Set the default date-time format for the ‘Date’ field.
274
276
Setting a value for log.date is similar to using <cite>git log</cite>’s
275
277
<cite>–date</cite> option. Possible values are <cite>relative</cite>, <cite>local</cite>,
@@ -363,9 +365,9 @@ <h3>log.date<a class="headerlink" href="#log-date" title="Link to this heading">
0 commit comments