<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
</div>\r
<h2>SYNOPSIS</h2>\r
<div class="sectionbody">\r
-<p><em>git-tag</em> [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <name> [<head>]</p>\r
+<div class="verseblock">\r
+<div class="content"><em>git-tag</em> [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <name> [<head>]\r
+<em>git-tag</em> -l [<pattern>]</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 <key-id></tt> is passed, the command\r
committer identity for the current user is used to find the\r
GnuPG key for signing.</p>\r
<p><tt>-d <tag></tt> deletes the tag.</p>\r
+<p><tt>-l <pattern></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
</p>\r
</dd>\r
<dt>\r
+-l <pattern>\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 <msg>\r
</dt>\r
<dd>\r
</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
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.
`-d <tag>` deletes the tag.
+`-l <pattern>` lists tags that match the given pattern (or all
+if no pattern is given).
+
OPTIONS
-------
-a::
-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)