File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,17 @@ committer identity for the current user is used to find the
42
42
GnuPG key for signing. The configuration variable `gpg.program`
43
43
is used to specify custom GnuPG binary.
44
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
+
45
56
46
57
OPTIONS
47
58
-------
You can’t perform that action at this time.
0 commit comments