summaryrefslogtreecommitdiff
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-30 20:23:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-30 20:23:53 (GMT)
commitdcbf0417453297207c7e61efbf1f38621b1caa3f (patch)
treef988ff10dc493f562ead94f1110ff1162db0c268 /Documentation/git-tag.txt
parent8e4f767ba77051aedaac7ef6639ee990778866c7 (diff)
parentba7906f2f4c332f814d270d2e16b0010516fc53e (diff)
downloadgit-dcbf0417453297207c7e61efbf1f38621b1caa3f.zip
git-dcbf0417453297207c7e61efbf1f38621b1caa3f.tar.gz
git-dcbf0417453297207c7e61efbf1f38621b1caa3f.tar.bz2
Merge branch 'maint-1.6.0' into maint-1.6.1
* maint-1.6.0: Fix bash completion in path with spaces bash completion: only show 'log --merge' if merging git-tag(1): add hint about commit messages Documentation: update graph api example.
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index e44f543..3546acf 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -63,6 +63,7 @@ OPTIONS
are printed when using -l.
The default is not to print any annotation lines.
If no number is given to `-n`, only the first line is printed.
+ If the tag is not annotated, the commit message is displayed instead.
-l <pattern>::
List tags with names that match the given pattern (or all if no pattern is given).