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
4242GnuPG key for signing. The configuration variable `gpg.program`
4343is used to specify custom GnuPG binary.
4444
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+
4556
4657OPTIONS
4758-------
You can’t perform that action at this time.
0 commit comments