From a2d07d80ec9dfff0e51cac534be7c1642a47f8fb Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Thu, 24 Jul 2008 11:55:25 -0500 Subject: [PATCH] document that git-tag can tag more than heads After looking the git-tag manpage, someone on #git wondered how to tag a commit that is not a branch head. This patch changes the synopsis to say " | " instead of "" to address his question. Samuel Bronson had the idea of putting " | " for "" because most tags point to commits (and for the rest of the manpage, all tags point to commits). Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- Documentation/git-tag.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index b8dc88fa38..046ab3542b 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -9,7 +9,8 @@ git-tag - Create, list, delete or verify a tag object signed with GPG SYNOPSIS -------- [verse] -'git tag' [-a | -s | -u ] [-f] [-m | -F ] [] +'git tag' [-a | -s | -u ] [-f] [-m | -F ] + [ | ] 'git tag' -d ... 'git tag' [-n[]] -l [] 'git tag' -v ... -- 2.39.2