summaryrefslogtreecommitdiff
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-08-22 18:52:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-08-22 18:52:55 (GMT)
commit7e0c2036b46ee6eef295a7e6dcb3775e874aa780 (patch)
tree85fba066428c09f13972f220dd5cad0f3487305a /Documentation/git-tag.txt
parent92cdcc528402c4dc76a9facf3eb182cd9d659eb4 (diff)
parent831e61f80fab2d3f9ba1773e657803dcf8b16432 (diff)
downloadgit-7e0c2036b46ee6eef295a7e6dcb3775e874aa780.zip
git-7e0c2036b46ee6eef295a7e6dcb3775e874aa780.tar.gz
git-7e0c2036b46ee6eef295a7e6dcb3775e874aa780.tar.bz2
Merge branch 'jc/tag-doc'
Our documentation used to assume having files in .git/refs/* directories was the only to have branches and tags, but that is not true for quite some time. * jc/tag-doc: Documentation: do not mention .git/refs/* directories
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index e36a7c3..247534e 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -20,11 +20,10 @@ SYNOPSIS
DESCRIPTION
-----------
-Add a tag reference in `.git/refs/tags/`, unless `-d/-l/-v` is given
+Add a tag reference in `refs/tags/`, unless `-d/-l/-v` is given
to delete, list or verify tags.
-Unless `-f` is given, the tag to be created must not yet exist in the
-`.git/refs/tags/` directory.
+Unless `-f` is given, the named tag must not yet exist.
If one of `-a`, `-s`, or `-u <key-id>` is passed, the command
creates a 'tag' object, and requires a tag message. Unless