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