From: Nico -telmich- Schottelius Date: Mon, 30 Mar 2009 11:58:21 +0000 (+0200) Subject: git-tag(1): add hint about commit messages X-Git-Tag: v1.6.2.2~7^2~1^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=abfd5fa8725ef1a0ffddb0d1a768cbbfbc74a972;p=git.git git-tag(1): add hint about commit messages If a tag is not annotated, git tag displays the commit message instead. Add this hint to the manpage to unhide this secret. Signed-off-by: Nico Schottelius Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 046ab3542..1f3494816 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 :: List tags with names that match the given pattern (or all if no pattern is given).