From 2b30436f5eeb126dcb639146b7dcfbe13559e708 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 17 Feb 2006 12:06:26 +0000 Subject: [PATCH] Autogenerated man pages for v1.2.1-gb867 --- man1/git-tag.1 | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/man1/git-tag.1 b/man1/git-tag.1 index 5ccbfa364..4f8448ff0 100755 --- a/man1/git-tag.1 +++ b/man1/git-tag.1 @@ -22,19 +22,21 @@ git-tag \- Create a tag object signed with GPG .SH "SYNOPSIS" - -git\-tag [\-a | \-s | \-u ] [\-f | \-d] [\-m ] [] +.nf +\fIgit\-tag\fR [\-a | \-s | \-u ] [\-f | \-d] [\-m ] [] +\fIgit\-tag\fR \-l [] +.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 is passed, the command creates a tag object, and requires the tag message\&. Unless \-m is given, an editor is started for the user to type in the tag message\&. +If one of \-a, \-s, or \-u is passed, the command creates a \fItag\fR object, and requires the tag message\&. Unless \-m 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 is used\&. W \-d deletes the tag\&. + +\-l lists tags that match the given pattern (or all if no pattern is given)\&. + .SH "OPTIONS" .TP @@ -67,6 +72,10 @@ Replace an existing tag with the given name (instead of failing) \-d Delete an existing tag with the given name +.TP +\-l +List tags that match the given pattern (or all if no pattern is given)\&. + .TP \-m Use the given tag message (instead of prompting) -- 2.26.2