bisect: add "git bisect help" subcommand to get a long usage string
commit243a60fbb5e185e2bf3c4bb1c53128b4d04d5879
authorChristian Couder <chriscool@tuxfamily.org>
Fri, 11 Apr 2008 03:55:21 +0000 (11 05:55 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 12 Apr 2008 06:03:50 +0000 (11 23:03 -0700)
tree8a067f0b2617cfa70618213530243747dd0b8338
parent3c5283f8b19aaba3a6105fa486cabe4d0ca48009
bisect: add "git bisect help" subcommand to get a long usage string

Users are not often aware of the fact that "git bisect -h" can give
them a long usage description, as "git bisect" seems to accept only
dashless subcommands like "start", "good", ...

That's why this patch adds a "git bisect help" subcommand that just
calls "git bisect -h". This new subcommand is also fully documented
in the short usage string (that "git bisect" gives), in the long
usage string and in the man page (that "git help bisect" gives).

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bisect.txt
git-bisect.sh