summaryrefslogtreecommitdiff
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-03 16:18:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-03 16:18:01 (GMT)
commit92e0d916326de103e463f9ffcfcd99ec1f3a9dc0 (patch)
tree91c7fc235e4d52169b13602eeedbc9c42b407440 /Documentation/git-tag.txt
parent40a0f842daca9ebcb0e0f286b9af74c05ae4a1ae (diff)
parent072dda68eafdefe56f9305c547771367353cf89d (diff)
downloadgit-92e0d916326de103e463f9ffcfcd99ec1f3a9dc0.zip
git-92e0d916326de103e463f9ffcfcd99ec1f3a9dc0.tar.gz
git-92e0d916326de103e463f9ffcfcd99ec1f3a9dc0.tar.bz2
Sync with 1.8.1 maintenance track
* maint-1.8.1: Start preparing for 1.8.1.6 git-tag(1): we tag HEAD by default Fix revision walk for commits with the same dates t2003: work around path mangling issue on Windows pack-refs: add fully-peeled trait pack-refs: write peeled entry for non-tags use parse_object_or_die instead of die("bad object") avoid segfaults on parse_object failure entry: fix filter lookup t2003: modernize style name-hash.c: fix endless loop with core.ignorecase=true
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index e3032c4..b21aa87 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.
+<commit>::
+<object>::
+ 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