Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix example in git-name-rev documentation
author
Junio C Hamano
<gitster@pobox.com>
Sat, 30 Aug 2008 20:08:50 +0000
(13:08 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 30 Aug 2008 20:23:01 +0000
(13:23 -0700)
Since
59d3f54
(name-rev: avoid "^0" when unneeded, 2007-02-20), name-rev
stopped showing an unnecessary "^0" to dereference a tag down to a commit.
The patch should have made a matching update to the documentation, but we
forgot.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-name-rev.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
df85f78
)
diff --git
a/Documentation/git-name-rev.txt
b/Documentation/git-name-rev.txt
index abd2237e51dfd86bcea98320edfff8922bc04eb6..7ca8a7b48cea191b58db93581f02fa4ff265acdc 100644
(file)
--- a/
Documentation/git-name-rev.txt
+++ b/
Documentation/git-name-rev.txt
@@
-59,7
+59,7
@@
Enter 'git-name-rev':
------------
% git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a
-33db5f4d9027a10e477ccf054b2c1ab94f74c85a tags/v0.99
^0
~940
+33db5f4d9027a10e477ccf054b2c1ab94f74c85a tags/v0.99~940
------------
Now you are wiser, because you know that it happened 940 revisions before v0.99.