diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:55:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:55:17 -0700 |
commit | 4b172de81b878cdc8b10803fd0cd79b3ca66a621 (patch) | |
tree | ace0f8e42bb77ff1d3711acbada50ccd71796650 /Documentation | |
parent | b66ae7955ca10cf4f59130c9a63b327e4d9df104 (diff) | |
parent | a473445ac256f4a6ca5c66f83f33b85eec0e0c48 (diff) | |
download | git-4b172de81b878cdc8b10803fd0cd79b3ca66a621.tar.gz |
Merge branch 'maint'
* maint:
Documentation/git-describe.txt: make description more readable
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-describe.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt index d9aa2f2980..69e1ab750d 100644 --- a/Documentation/git-describe.txt +++ b/Documentation/git-describe.txt @@ -13,9 +13,10 @@ SYNOPSIS DESCRIPTION ----------- The command finds the most recent tag that is reachable from a -commit, and if the commit itself is pointed at by the tag, shows -the tag. Otherwise, it suffixes the tag name with the number of -additional commits and the abbreviated object name of the commit. +commit. If the tag points to the commit, then only the tag is +shown. Otherwise, it suffixes the tag name with the number of +additional commits on top of the tagged object and the +abbreviated object name of the most recent commit. OPTIONS |