Re: [PATCH] Alphabetize the fast-import options, following a suggestion on the list.

2013-01-05 Thread Junio C Hamano
Jonathan Nieder writes: > My knee-jerk response was "If the options are currently organized logically, > wouldn't it be more appropriate to add a sub-heading for each group of options > and alphabetize only within the subgroups?" > > But in fact the current options list doesn't seem to be well or

Re: [PATCH] Alphabetize the fast-import options, following a suggestion on the list.

2013-01-05 Thread Eric S. Raymond
Jonathan Nieder : > But in fact the current options list doesn't seem to be well organized at all. I agree. > What do you think would be a logical way to group these? > > Features of input syntax > > --date-format > --done > > Verbosity > > --quiet > --stats > > Ma

Re: [PATCH] Alphabetize the fast-import options, following a suggestion on the list.

2013-01-05 Thread Jonathan Nieder
Eric S. Raymond wrote: > --- Missing sign-off. Depending on when you prefer to add the sign-off, something like echo '[alias] c = commit --signoff' >>~/.gitconfig or echo '[alias] f = format-patch --signoff' >>~/.gitconfig might be useful for the future, assuming you already

[PATCH] Alphabetize the fast-import options, following a suggestion on the list.

2013-01-05 Thread Eric S. Raymond
--- Documentation/git-fast-import.txt | 94 +++ 1 file changed, 45 insertions(+), 49 deletions(-) diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 68bca1a..d006bcf 100644 --- a/Documentation/git-fast-import.txt +++ b/Doc