summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-07-31 16:11:16 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-31 16:11:16 -0700
commit4b500fa543febf64e6a8e3e538f37a5a0733f1f5 (patch)
tree2daa78e07ab5891dc86efddf404b14705f016ec3 /git-tag.txt
parent41e59d5c827497c45828f14c6dd1e149a995a3ec (diff)
downloadgit-htmldocs-4b500fa543febf64e6a8e3e538f37a5a0733f1f5.tar.gz
Autogenerated HTML docs for v1.8.4-rc0-24-g8dc84
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 22894cbee..c418c44d4 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -42,6 +42,17 @@ committer identity for the current user is used to find the
GnuPG key for signing. The configuration variable `gpg.program`
is used to specify custom GnuPG binary.
+Tag objects (created with `-a`, `s`, or `-u`) are called "annotated"
+tags; they contain a creation date, the tagger name and e-mail, a
+tagging message, and an optional GnuPG signature. Whereas a
+"lightweight" tag is simply a name for an object (usually a commit
+object).
+
+Annotated tags are meant for release while lightweight tags are meant
+for private or temporary object labels. For this reason, some git
+commands for naming objects (like `git describe`) will ignore
+lightweight tags by default.
+
OPTIONS
-------