summaryrefslogtreecommitdiffstats
path: root/git-tag.html
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.html
parent41e59d5c827497c45828f14c6dd1e149a995a3ec (diff)
downloadgit-htmldocs-4b500fa543febf64e6a8e3e538f37a5a0733f1f5.tar.gz
Autogenerated HTML docs for v1.8.4-rc0-24-g8dc84
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/git-tag.html b/git-tag.html
index 085061dfb..d26be1741 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -776,6 +776,15 @@ created (i.e. a lightweight tag).</p></div>
committer identity for the current user is used to find the
GnuPG key for signing. The configuration variable <code>gpg.program</code>
is used to specify custom GnuPG binary.</p></div>
+<div class="paragraph"><p>Tag objects (created with <code>-a</code>, <code>s</code>, or <code>-u</code>) 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).</p></div>
+<div class="paragraph"><p>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 <code>git describe</code>) will ignore
+lightweight tags by default.</p></div>
</div>
</div>
<div class="sect1">
@@ -1190,7 +1199,7 @@ ISO 8601
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-04-21 19:25:38 PDT
+Last updated 2013-07-31 16:10:44 PDT
</div>
</div>
</body>