bisect: swap command-line options in documentation
authorHugo Locurcio <hugo.locurcio@hugo.pro>
Fri, 28 Aug 2020 15:31:19 +0000 (15:31 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2020 21:06:06 +0000 (14:06 -0700)
commitef4d9f8a32f472feacb135c4e0508d53d0f93fb0
tree6f9486332a53e74384ef004c6558a2f361fd4552
parentd9cd4331470f4d9d78677f12dc79063dab832f53
bisect: swap command-line options in documentation

The positional arguments are specified in this order: "bad" then "good".
To avoid confusion, the options above the positional arguments
are now specified in the same order. They can still be specified in any
order since they're options, not positional arguments.

Signed-off-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bisect.txt
builtin/bisect--helper.c
git-bisect.sh