summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df85f78)
raw | patch | inline | side by side (parent: df85f78)
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>
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 |
index abd2237e51dfd86bcea98320edfff8922bc04eb6..7ca8a7b48cea191b58db93581f02fa4ff265acdc 100644 (file)
------------
% 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.