Autogenerated man pages for v1.2.1-gb867
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 17 Feb 2006 12:06:26 +0000 (12:06 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 17 Feb 2006 12:06:26 +0000 (12:06 +0000)
man1/git-tag.1

index 5ccbfa3..4f8448f 100755 (executable)
 git-tag \- Create a tag object signed with GPG
 .SH "SYNOPSIS"
 
-
-git\-tag [\-a | \-s | \-u <key\-id>] [\-f | \-d] [\-m <msg>] <name> [<head>]
+.nf
+\fIgit\-tag\fR [\-a | \-s | \-u <key\-id>] [\-f | \-d] [\-m <msg>] <name> [<head>]
+\fIgit\-tag\fR \-l [<pattern>]
+.fi
 
 .SH "DESCRIPTION"
 
 
-Adds a tag reference in \&.git/refs/tags/
+Adds a \fItag\fR reference in \&.git/refs/tags/
 
 
 Unless \-f is given, the tag must not yet exist in \&.git/refs/tags/ directory\&.
 
 
-If one of \-a, \-s, or \-u <key\-id> is passed, the command creates a tag object, and requires the tag message\&. Unless \-m <msg> is given, an editor is started for the user to type in the tag message\&.
+If one of \-a, \-s, or \-u <key\-id> is passed, the command creates a \fItag\fR object, and requires the tag message\&. Unless \-m <msg> is given, an editor is started for the user to type in the tag message\&.
 
 
 Otherwise just the SHA1 object name of the commit object is written (i\&.e\&. a lightweight tag)\&.
@@ -45,6 +47,9 @@ A GnuPG signed tag object will be created when \-s or \-u <key\-id> is used\&. W
 
 \-d <tag> deletes the tag\&.
 
+
+\-l <pattern> lists tags that match the given pattern (or all if no pattern is given)\&.
+
 .SH "OPTIONS"
 
 .TP
@@ -68,6 +73,10 @@ Replace an existing tag with the given name (instead of failing)
 Delete an existing tag with the given name
 
 .TP
+\-l <pattern>
+List tags that match the given pattern (or all if no pattern is given)\&.
+
+.TP
 \-m <msg>
 Use the given tag message (instead of prompting)