aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-14 13:55:17 -0700
committerJunio C Hamano <gitster@pobox.com>2008-05-14 13:55:17 -0700
commit4b172de81b878cdc8b10803fd0cd79b3ca66a621 (patch)
treeace0f8e42bb77ff1d3711acbada50ccd71796650 /Documentation
parentb66ae7955ca10cf4f59130c9a63b327e4d9df104 (diff)
parenta473445ac256f4a6ca5c66f83f33b85eec0e0c48 (diff)
downloadgit-4b172de81b878cdc8b10803fd0cd79b3ca66a621.tar.gz
git-4b172de81b878cdc8b10803fd0cd79b3ca66a621.tar.xz
Merge branch 'maint'
* maint: Documentation/git-describe.txt: make description more readable
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-describe.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-describe.txt b/Documentation/git-describe.txt
index d9aa2f298..69e1ab750 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