summaryrefslogtreecommitdiffstats
path: root/gitcli.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-02-07 12:33:30 -0800
committerJunio C Hamano <gitster@pobox.com>2014-02-07 12:33:30 -0800
commit826f5c46108411f0760589aa72aa4d8b905df8b2 (patch)
treed8ae01c8eed94725f935f4fbdc4000c72b20a8b8 /gitcli.html
parenta9c36343fab0fca61142e7da32cbcd407ed8d157 (diff)
downloadgit-htmldocs-826f5c46108411f0760589aa72aa4d8b905df8b2.tar.gz
Autogenerated HTML docs for v1.9.0-rc3
Diffstat (limited to 'gitcli.html')
-rw-r--r--gitcli.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitcli.html b/gitcli.html
index f0bac16e4..f1025ea67 100644
--- a/gitcli.html
+++ b/gitcli.html
@@ -774,7 +774,7 @@ When an argument can be misunderstood as either a revision or a path,
they can be disambiguated by placing <tt>--</tt> between them.
E.g. <tt>git diff -- HEAD</tt> is, "I have a file called HEAD in my work
tree. Please show changes between the version I staged in the index
- and what I have in the work tree for that file". not "show difference
+ and what I have in the work tree for that file", not "show difference
between the HEAD commit and the work tree as a whole". You can say
<tt>git diff HEAD --</tt> to ask for the latter.
</p>
@@ -1005,7 +1005,7 @@ information.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-12-06 15:42:42 PST
+Last updated 2014-02-07 12:30:09 PST
</div>
</div>
</body>