Re: [PATCH] remote: unify main and subcommand usage strings

2013-11-03 Thread Jiang Xin
2013/11/3 Jiang Xin : > 2013/11/3 Thomas Rast : >> Note that this patch changes the usage strings for the following >> subcommands: > > Differences of git-remote usages after applied your patch. > > diff -u before/git-remote-add-usage after/git-remote-add-usage > --- before/git-remote-add-usage 201

Re: [PATCH] remote: unify main and subcommand usage strings

2013-11-03 Thread Jiang Xin
2013/11/3 Thomas Rast : > We had separate usages for each subcommand, and for the main command, > even though the latter is essentially a concatenation of all of the > former. This leads to a lot of duplication and unnecessary > differences, e.g., in the 'set-head' case the two strings differ only

[PATCH] remote: unify main and subcommand usage strings

2013-11-02 Thread Thomas Rast
We had separate usages for each subcommand, and for the main command, even though the latter is essentially a concatenation of all of the former. This leads to a lot of duplication and unnecessary differences, e.g., in the 'set-head' case the two strings differ only in a space. Unify the strings