Autogenerated HTML docs for v1.2.1-gb867
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 17 Feb 2006 12:06:24 +0000 (12:06 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 17 Feb 2006 12:06:24 +0000 (12:06 +0000)
git-tag.html
git-tag.txt

index 4c46ca2..83336de 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 7.0.1" />\r
+<meta name="generator" content="AsciiDoc 7.0.2" />\r
 <style type="text/css">\r
 /* Debug borders */\r
 p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {\r
@@ -272,11 +272,13 @@ git-tag(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<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>\r
+<div class="verseblock">\r
+<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;]\r
+<em>git-tag</em> -l [&lt;pattern&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
-<p>Adds a <em>tag</em> reference in .git/refs/tags/</p>\r
+<p>Adds a <em>tag</em> reference in <tt>.git/refs/tags/</tt></p>\r
 <p>Unless <tt>-f</tt> is given, the tag must not yet exist in\r
 <tt>.git/refs/tags/</tt> directory.</p>\r
 <p>If one of <tt>-a</tt>, <tt>-s</tt>, or <tt>-u &lt;key-id&gt;</tt> is passed, the command\r
@@ -290,6 +292,8 @@ written (i.e. a lightweight tag).</p>
 committer identity for the current user is used to find the\r
 GnuPG key for signing.</p>\r
 <p><tt>-d &lt;tag&gt;</tt> deletes the tag.</p>\r
+<p><tt>-l &lt;pattern&gt;</tt> lists tags that match the given pattern (or all\r
+if no pattern is given).</p>\r
 </div>\r
 <h2>OPTIONS</h2>\r
 <div class="sectionbody">\r
@@ -335,6 +339,14 @@ GnuPG key for signing.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-l &lt;pattern&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        List tags that match the given pattern (or all if no pattern is given).\r
+</p>\r
+</dd>\r
+<dt>\r
 -m &lt;msg&gt;\r
 </dt>\r
 <dd>\r
@@ -359,7 +371,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 27-Dec-2005 00:16:49 PDT\r
+Last updated 17-Feb-2006 12:06:21 UTC\r
 </div>\r
 </div>\r
 </body>\r
index e8892bb..e1c76c6 100644 (file)
@@ -8,11 +8,13 @@ git-tag -  Create a tag object signed with GPG
 
 SYNOPSIS
 --------
+[verse]
 'git-tag' [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <name> [<head>]
+'git-tag' -l [<pattern>]
 
 DESCRIPTION
 -----------
-Adds a 'tag' reference in .git/refs/tags/
+Adds a 'tag' reference in `.git/refs/tags/`
 
 Unless `-f` is given, the tag must not yet exist in
 `.git/refs/tags/` directory.
@@ -32,6 +34,9 @@ GnuPG key for signing.
 
 `-d <tag>` deletes the tag.
 
+`-l <pattern>` lists tags that match the given pattern (or all
+if no pattern is given).
+
 OPTIONS
 -------
 -a::
@@ -49,6 +54,9 @@ OPTIONS
 -d::
        Delete an existing tag with the given name
 
+-l <pattern>::
+       List tags that match the given pattern (or all if no pattern is given).
+
 -m <msg>::
        Use the given tag message (instead of prompting)