Signed-off-by: Jari Aalto <jari.aalto@xxxxxxxxx> --- Documentation/git-tag.txt | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 74a7e2e..c5ed80f 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -38,20 +38,15 @@ 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 +-d:: + Delete existing tags with the given names. -f:: Replace an existing tag with the given name (instead of failing) --d:: - Delete existing tags with the given names. - --v:: - Verify the gpg signature of given the tag +-F <file>:: + Take the tag message from the given file. Use '-' to + read the message from the standard input. -l <pattern>:: List tags that match the given pattern (or all if no pattern is given). @@ -59,9 +54,14 @@ 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. +-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 + +-v:: + Verify the gpg signature of given the tag CONFIGURATION ------------- -- 1.5.3.rc5 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html