summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-02-17 12:06:24 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-02-17 12:06:24 +0000
commit50e472795a94e2797d506550df1526f07a5e7623 (patch)
treecaae42907166308a9d5b22783e95f41b9b1c16ba /git-tag.html
parentc915412d65374e88aa1e6de642bb0e0616d387e3 (diff)
downloadgit-htmldocs-50e472795a94e2797d506550df1526f07a5e7623.tar.gz
Autogenerated HTML docs for v1.2.1-gb867
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html20
1 files changed, 16 insertions, 4 deletions
diff --git a/git-tag.html b/git-tag.html
index 4c46ca2a0..83336de28 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 7.0.1" />
+<meta name="generator" content="AsciiDoc 7.0.2" />
<style type="text/css">
/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -272,11 +272,13 @@ git-tag(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f | -d] [-m &lt;msg&gt;] &lt;name&gt; [&lt;head&gt;]</p>
+<div class="verseblock">
+<div class="content"><em>git-tag</em> [-a | -s | -u &lt;key-id&gt;] [-f | -d] [-m &lt;msg&gt;] &lt;name&gt; [&lt;head&gt;]
+<em>git-tag</em> -l [&lt;pattern&gt;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
-<p>Adds a <em>tag</em> reference in .git/refs/tags/</p>
+<p>Adds a <em>tag</em> reference in <tt>.git/refs/tags/</tt></p>
<p>Unless <tt>-f</tt> is given, the tag must not yet exist in
<tt>.git/refs/tags/</tt> directory.</p>
<p>If one of <tt>-a</tt>, <tt>-s</tt>, or <tt>-u &lt;key-id&gt;</tt> is passed, the command
@@ -290,6 +292,8 @@ written (i.e. a lightweight tag).</p>
committer identity for the current user is used to find the
GnuPG key for signing.</p>
<p><tt>-d &lt;tag&gt;</tt> deletes the tag.</p>
+<p><tt>-l &lt;pattern&gt;</tt> lists tags that match the given pattern (or all
+if no pattern is given).</p>
</div>
<h2>OPTIONS</h2>
<div class="sectionbody">
@@ -335,6 +339,14 @@ GnuPG key for signing.</p>
</p>
</dd>
<dt>
+-l &lt;pattern&gt;
+</dt>
+<dd>
+<p>
+ List tags that match the given pattern (or all if no pattern is given).
+</p>
+</dd>
+<dt>
-m &lt;msg&gt;
</dt>
<dd>
@@ -359,7 +371,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 27-Dec-2005 00:16:49 PDT
+Last updated 17-Feb-2006 12:06:21 UTC
</div>
</div>
</body>