[PATCH 01/16] git-sh-setup: make usage text consistent

2013-02-23 Thread David Aguilar
mergetool, bisect, and other commands that use git-sh-setup print a usage string that is inconsistent with the rest of Git when they are invoked as git $cmd -h. The compiled builtins use the lowercase usage: string but these commands say Usage:. Adjust the shell library to make these consistent.

Re: [PATCH 01/16] git-sh-setup: make usage text consistent

2013-02-23 Thread Jonathan Nieder
David Aguilar wrote: mergetool, bisect, and other commands that use git-sh-setup print a usage string that is inconsistent with the rest of Git when they are invoked as git $cmd -h. The compiled builtins use the lowercase usage: string but these commands say Usage:. Adjust the shell