git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] Change options to alphabetical order
  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
  0 siblings, 2 replies; 4+ messages in thread
From: Junio C Hamano @ 2007-08-27  8:16 UTC (permalink / raw)
  To: Jari Aalto; +Cc: git

This might make sense but I do not want a patch only to git-tag
and I certainly do not want it right now.

If it makes sense to reorder in alphabetical order, we would
want to do so for everybody at once.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Change options to alphabetical order
  2007-08-27  8:16 ` Junio C Hamano
@ 2007-08-27 13:29   ` Jari Aalto
  2007-08-27 23:21   ` Jakub Narebski
  1 sibling, 0 replies; 4+ messages in thread
From: Jari Aalto @ 2007-08-27 13:29 UTC (permalink / raw)
  To: git

Junio C Hamano <gitster@pobox.com> writes:

> This might make sense but I do not want a patch only to git-tag
> and I certainly do not want it right now.

You could apply this, we must start somewhere.

> If it makes sense to reorder in alphabetical order, we would
> want to do so for everybody at once.

No problem, I'll look into it and provide more patches.

Jari

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Change options to alphabetical order
  2007-08-27  8:16 ` Junio C Hamano
  2007-08-27 13:29   ` Jari Aalto
@ 2007-08-27 23:21   ` Jakub Narebski
  1 sibling, 0 replies; 4+ messages in thread
From: Jakub Narebski @ 2007-08-27 23:21 UTC (permalink / raw)
  To: git

Junio C Hamano wrote:

> This might make sense but I do not want a patch only to git-tag
> and I certainly do not want it right now.
> 
> If it makes sense to reorder in alphabetical order, we would
> want to do so for everybody at once.

I'd rather have options sorted by topic than alphabetically.
It reads nicer that way (although with alphabetical it is I guess
easier to find a meaning of an option).

-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git

^ permalink raw reply	[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).