]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
use -h for synopsis and --help for manpage consistently
authorClemens Buchacher <drizzd@aon.at>
Mon, 3 Oct 2011 18:21:36 +0000 (20:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Oct 2011 17:47:10 +0000 (10:47 -0700)
commit87182b17ed471a7b9cbbc24e1c02f90c8725dc6f
treee2f6010409a4ae975cf36439cfb384b08b75e5fc
parent703f05ad5835cff92b12c29aecf8d724c8c847e2
use -h for synopsis and --help for manpage consistently

A few scripted Porcelain implementations pretend as if the routine to show
their own help messages are triggered upon "git cmd --help", but a command
line parser of "git" will hijack such a request and shows the manpage for
the cmd subcommand.

Leaving the code to handle such input is simply misleading.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt
git-cvsserver.perl
git-difftool.perl
git-pull.sh
git-sh-setup.sh
git-svn.perl