summaryrefslogtreecommitdiffstats
path: root/git-diff.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-15 16:55:06 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-15 16:55:06 -0700
commit351a5db319a8ad2694ede16942f5463c76583057 (patch)
tree24ca93e83bbcc7806afb1dbd2afc1e3fe005ee0e /git-diff.html
parent096c5cff77f1dde2163fba14ace86e4d27ae4210 (diff)
downloadgit-htmldocs-351a5db319a8ad2694ede16942f5463c76583057.tar.gz
Autogenerated HTML docs for v2.28.0-rc0-12-gb6a658
Diffstat (limited to 'git-diff.html')
-rw-r--r--git-diff.html25
1 files changed, 13 insertions, 12 deletions
diff --git a/git-diff.html b/git-diff.html
index d504471ef..2e234ef19 100644
--- a/git-diff.html
+++ b/git-diff.html
@@ -828,17 +828,7 @@ files on disk.</p></div>
</p>
</dd>
<dt class="hdlist1">
-<em>git diff</em> [&lt;options&gt;] &lt;commit&gt;..&lt;commit&gt; [--] [&lt;path&gt;&#8230;]
-</dt>
-<dd>
-<p>
- This is synonymous to the previous form. If &lt;commit&gt; on
- one side is omitted, it will have the same effect as
- using HEAD instead.
-</p>
-</dd>
-<dt class="hdlist1">
-<em>git diff</em> [&lt;options&gt;] &lt;commit&gt; [&lt;commit&gt;&#8230;] &lt;commit&gt; [--] [&lt;path&gt;&#8230;]
+<em>git diff</em> [&lt;options&gt;] &lt;commit&gt; &lt;commit&gt;&#8230; &lt;commit&gt; [--] [&lt;path&gt;&#8230;]
</dt>
<dd>
<p>
@@ -851,6 +841,17 @@ files on disk.</p></div>
</p>
</dd>
<dt class="hdlist1">
+<em>git diff</em> [&lt;options&gt;] &lt;commit&gt;..&lt;commit&gt; [--] [&lt;path&gt;&#8230;]
+</dt>
+<dd>
+<p>
+ This is synonymous to the earlier form (without the "..") for
+ viewing the changes between two arbitrary &lt;commit&gt;. If &lt;commit&gt; on
+ one side is omitted, it will have the same effect as
+ using HEAD instead.
+</p>
+</dd>
+<dt class="hdlist1">
<em>git diff</em> [&lt;options&gt;] &lt;commit&gt;...&lt;commit&gt; [--] [&lt;path&gt;&#8230;]
</dt>
<dd>
@@ -2939,7 +2940,7 @@ Output diff in reverse.
<div id="footer">
<div id="footer-text">
Last updated
- 2020-06-25 14:07:29 PDT
+ 2020-07-15 16:50:49 PDT
</div>
</div>
</body>