summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-22 07:28:18 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-22 07:28:18 +0000
commit63ef0ac13e411afbeaaf0ff1f279affbb8614188 (patch)
tree504ea9a31de3f6cf1b2107753f8f800d53837225 /git-tag.txt
parent4bf6dca5740a97dca7ed3a80bcae9fd983881bb6 (diff)
downloadgit-htmldocs-63ef0ac13e411afbeaaf0ff1f279affbb8614188.tar.gz
Autogenerated HTML docs for v1.4.4.3-gfa39b
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 45476c2e4..48b82b86f 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -9,7 +9,8 @@ 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' [-a | -s | -u <key-id>] [-f | -d] [-m <msg> | -F <file>]
+ <name> [<head>]
'git-tag' -l [<pattern>]
DESCRIPTION
@@ -60,6 +61,9 @@ OPTIONS
-m <msg>::
Use the given tag message (instead of prompting)
+-F <file>::
+ Take the tag message from the given file. Use '-' to
+ read the message from the standard input.
Author
------