Re: [PATCH v2] standardize usage info string format

2015-01-14 Thread Junio C Hamano
Matthieu Moy writes: > Alex Henrie writes: > >> This patch puts the usage info strings that were not already in docopt- >> like format into docopt-like format, which will be a litle easier for >> end users and a lot easier for translators. Changes include: >> >> - Placing angle brackets around f

Re: [PATCH v2] standardize usage info string format

2015-01-14 Thread Matthieu Moy
Alex Henrie writes: > This patch puts the usage info strings that were not already in docopt- > like format into docopt-like format, which will be a litle easier for > end users and a lot easier for translators. Changes include: > > - Placing angle brackets around fill-in-the-blank parameters > -

Re: [PATCH v2] standardize usage info string format

2015-01-13 Thread Junio C Hamano
Alex Henrie writes: > This patch puts the usage info strings that were not already in docopt- > like format into docopt-like format, which will be a litle easier for > end users and a lot easier for translators. Changes include: > > - Placing angle brackets around fill-in-the-blank parameters > -

Re: [PATCH v2] standardize usage info string format

2015-01-12 Thread Alex Henrie
2015-01-12 22:29 GMT-07:00 Scott Schmit : > > On Wed, Jan 07, 2015 at 11:28:21PM -0700, Alex Henrie wrote: > > > > diff --git a/builtin/diff-files.c b/builtin/diff-files.c > > index 9200069..1abeba6 100644 > > --- a/builtin/diff-files.c > > +++ b/builtin/diff-files.c > > @@ -11,7 +11,7 @@ > > #inc

[PATCH v2] standardize usage info string format

2015-01-12 Thread Alex Henrie
This patch puts the usage info strings that were not already in docopt- like format into docopt-like format, which will be a litle easier for end users and a lot easier for translators. Changes include: - Placing angle brackets around fill-in-the-blank parameters - Putting dashes in multiword para