|
|
@ -3,14 +3,14 @@ git-tag(1) |
|
|
|
|
|
|
|
|
|
|
|
NAME |
|
|
|
NAME |
|
|
|
---- |
|
|
|
---- |
|
|
|
git-tag - Create or verify a tag object signed with GPG |
|
|
|
git-tag - Create, list, delete or verify a tag object signed with GPG |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS |
|
|
|
SYNOPSIS |
|
|
|
-------- |
|
|
|
-------- |
|
|
|
[verse] |
|
|
|
[verse] |
|
|
|
'git-tag' [-a | -s | -u <key-id>] [-f | -d | -v] [-m <msg> | -F <file>] |
|
|
|
'git-tag' [-a | -s | -u <key-id>] [-f | -v] [-m <msg> | -F <file>] <name> [<head>] |
|
|
|
<name> [<head>] |
|
|
|
'git-tag' -d <name>... |
|
|
|
'git-tag' -l [<pattern>] |
|
|
|
'git-tag' -l [<pattern>] |
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION |
|
|
|
DESCRIPTION |
|
|
@ -55,7 +55,7 @@ OPTIONS |
|
|
|
Replace an existing tag with the given name (instead of failing) |
|
|
|
Replace an existing tag with the given name (instead of failing) |
|
|
|
|
|
|
|
|
|
|
|
-d:: |
|
|
|
-d:: |
|
|
|
Delete an existing tag with the given name |
|
|
|
Delete existing tags with the given names. |
|
|
|
|
|
|
|
|
|
|
|
-v:: |
|
|
|
-v:: |
|
|
|
Verify the gpg signature of given the tag |
|
|
|
Verify the gpg signature of given the tag |
|
|
|