* [PATCH] Change options to alphabetical order
@ 2007-08-27 5:55 Jari Aalto
2007-08-27 8:16 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Jari Aalto @ 2007-08-27 5:55 UTC (permalink / raw)
To: git
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-27 23:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-27 5:55 [PATCH] Change options to alphabetical order Jari Aalto
2007-08-27 8:16 ` Junio C Hamano
2007-08-27 13:29 ` Jari Aalto
2007-08-27 23:21 ` Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).