We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ecc4b5 + 29d5553 commit 652d2bfCopy full SHA for 652d2bf
1 file changed
Documentation/git-tag.txt
@@ -42,6 +42,17 @@ committer identity for the current user is used to find the
42
GnuPG key for signing. The configuration variable `gpg.program`
43
is used to specify custom GnuPG binary.
44
45
+Tag objects (created with `-a`, `s`, or `-u`) are called "annotated"
46
+tags; they contain a creation date, the tagger name and e-mail, a
47
+tagging message, and an optional GnuPG signature. Whereas a
48
+"lightweight" tag is simply a name for an object (usually a commit
49
+object).
50
+
51
+Annotated tags are meant for release while lightweight tags are meant
52
+for private or temporary object labels. For this reason, some git
53
+commands for naming objects (like `git describe`) will ignore
54
+lightweight tags by default.
55
56
57
OPTIONS
58
-------
0 commit comments