From dd686cd4b127248bd99b9337fe537626ff902d37 Mon Sep 17 00:00:00 2001 From: Thomas Rast Date: Wed, 3 Apr 2013 16:27:14 +0200 Subject: [PATCH] git-tag(1): we tag HEAD by default The | argument is actually not explained anywhere (except implicitly in the description of an unannotated tag). Write a little explanation, in particular to cover the default. Signed-off-by: Thomas Rast Signed-off-by: Junio C Hamano --- Documentation/git-tag.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 6470cffd32..ea28e39c1b 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -126,6 +126,12 @@ This option is only applicable when listing tags without annotation lines. linkgit:git-check-ref-format[1]. Some of these checks may restrict the characters allowed in a tag name. +:: +:: + The object that the new tag will refer to, usually a commit. + Defaults to HEAD. + + CONFIGURATION ------------- By default, 'git tag' in sign-with-default mode (-s) will use your -- 2.11.4.GIT