Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come before OPTIONS).
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:

committed by
Junio C Hamano

parent
03f6c23c5e
commit
d839091d13
@ -10,26 +10,6 @@ SYNOPSIS
|
|||||||
--------
|
--------
|
||||||
'git-tag' [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <name> [<head>]
|
'git-tag' [-a | -s | -u <key-id>] [-f | -d] [-m <msg>] <name> [<head>]
|
||||||
|
|
||||||
OPTIONS
|
|
||||||
-------
|
|
||||||
-a::
|
|
||||||
Make an unsigned, annotated tag object
|
|
||||||
|
|
||||||
-s::
|
|
||||||
Make a GPG-signed tag, using the default e-mail address's key
|
|
||||||
|
|
||||||
-u <key-id>::
|
|
||||||
Make a GPG-signed tag, using the given key
|
|
||||||
|
|
||||||
-f::
|
|
||||||
Replace an existing tag with the given name (instead of failing)
|
|
||||||
|
|
||||||
-d::
|
|
||||||
Delete an existing tag with the given name
|
|
||||||
|
|
||||||
-m <msg>::
|
|
||||||
Use the given tag message (instead of prompting)
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Adds a 'tag' reference in .git/refs/tags/
|
Adds a 'tag' reference in .git/refs/tags/
|
||||||
@ -52,6 +32,26 @@ GnuPG key for signing.
|
|||||||
|
|
||||||
`-d <tag>` deletes the tag.
|
`-d <tag>` deletes the tag.
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
-------
|
||||||
|
-a::
|
||||||
|
Make an unsigned, annotated tag object
|
||||||
|
|
||||||
|
-s::
|
||||||
|
Make a GPG-signed tag, using the default e-mail address's key
|
||||||
|
|
||||||
|
-u <key-id>::
|
||||||
|
Make a GPG-signed tag, using the given key
|
||||||
|
|
||||||
|
-f::
|
||||||
|
Replace an existing tag with the given name (instead of failing)
|
||||||
|
|
||||||
|
-d::
|
||||||
|
Delete an existing tag with the given name
|
||||||
|
|
||||||
|
-m <msg>::
|
||||||
|
Use the given tag message (instead of prompting)
|
||||||
|
|
||||||
|
|
||||||
Author
|
Author
|
||||||
------
|
------
|
||||||
|
Reference in New Issue
Block a user