summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-07-13 23:51:56 +0000
committerJunio C Hamano <junio@kernel.org>2011-07-13 23:51:56 +0000
commit360e3a1e2a1605a257fceaa3f9a5cd99ce19f0f6 (patch)
treebc06dbf2b7efe1c3cde933f43e6f92fae86e870d /git-commit.html
parentc652aed8923d6b63b98c910666b861a766217891 (diff)
downloadgit-htmldocs-360e3a1e2a1605a257fceaa3f9a5cd99ce19f0f6.tar.gz
Autogenerated HTML docs for v1.7.6-178-g55272
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-commit.html b/git-commit.html
index e44f20528..e597767de 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -949,7 +949,7 @@ ISO 8601
your working tree are temporarily stored to a staging area
called the "index" with <em>git add</em>. A file can be
reverted back, only in the index but not in the working tree,
-to that of the last commit with <tt>git reset HEAD&#8201;&#8212;&#8201;&lt;file&gt;</tt>,
+to that of the last commit with <tt>git reset HEAD -- &lt;file&gt;</tt>,
which effectively reverts <em>git add</em> and prevents the changes to
this file from participating in the next commit. After building
the state to be committed incrementally with these commands,
@@ -1134,7 +1134,7 @@ information.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-05-17 06:42:42 UTC
+Last updated 2011-07-13 23:50:41 UTC
</div>
</div>
</body>