summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-03-25 09:11:02 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-03-25 09:11:02 +0000
commita14a4031ea339f7f644448239c46721a30c47b9e (patch)
treef329b654c3d27427026ba54aa186cfcfcaa5e8a5 /git-tag.html
parent25c0b703a31f4df8059a9f6c8a081d6a89ba22d9 (diff)
downloadgit-htmldocs-a14a4031ea339f7f644448239c46721a30c47b9e.tar.gz
Autogenerated HTML docs for v1.5.5-rc1-6-g5cc8f
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-tag.html b/git-tag.html
index 573477415..4ad781045 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -287,6 +287,8 @@ git-tag(1) Manual Page
creates a <em>tag</em> object, and requires the tag message. Unless
<tt>-m &lt;msg&gt;</tt> or <tt>-F &lt;file&gt;</tt> is given, an editor is started for the user to type
in the tag message.</p>
+<p>If <tt>-m &lt;msg&gt;</tt> or <tt>-F &lt;file&gt;</tt> is given and <tt>-a</tt>, <tt>-s</tt>, and <tt>-u &lt;key-id&gt;</tt>
+are absent, <tt>-a</tt> is implied.</p>
<p>Otherwise just the SHA1 object name of the commit object is
written (i.e. a lightweight tag).</p>
<p>A GnuPG signed tag object will be created when <tt>-s</tt> or <tt>-u
@@ -373,6 +375,8 @@ GnuPG key for signing.</p>
Use the given tag message (instead of prompting).
If multiple <tt>-m</tt> options are given, there values are
concatenated as separate paragraphs.
+ Implies <tt>-a</tt> if none of <tt>-a</tt>, <tt>-s</tt>, or <tt>-u &lt;key-id&gt;</tt>
+ is given.
</p>
</dd>
<dt>
@@ -382,6 +386,8 @@ GnuPG key for signing.</p>
<p>
Take the tag message from the given file. Use <em>-</em> to
read the message from the standard input.
+ Implies <tt>-a</tt> if none of <tt>-a</tt>, <tt>-s</tt>, or <tt>-u &lt;key-id&gt;</tt>
+ is given.
</p>
</dd>
</dl>
@@ -546,7 +552,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:50:53 UTC
+Last updated 25-Mar-2008 09:10:21 UTC
</div>
</div>
</body>