author | Christian Couder <chriscool@tuxfamily.org> | |
Mon, 23 Nov 2009 04:16:14 +0000 (05:16 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Nov 2009 06:59:05 +0000 (22:59 -0800) | ||
commit | fc13aa3d09407998e5cb08a5c1da05d0000fe81d | |
tree | ffb8dfe982269d79a6b58f3fd0a1c111ddf2436e | tree | snapshot |
parent | d21f9794ceff7d89fd2fc44a3e5ff106d5dbd141 | commit | diff |
bisect: simplify calling visualizer using '--bisect' option
In commit ad3f9a7 (Add '--bisect' revision machinery argument) the
'--bisect' option was added to easily pass bisection refs to
commands using the revision machinery.
So it is now shorter and safer to use the new '--bisect' revision
machinery option, than to compute the refs that we must pass.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
In commit ad3f9a7 (Add '--bisect' revision machinery argument) the
'--bisect' option was added to easily pass bisection refs to
commands using the revision machinery.
So it is now shorter and safer to use the new '--bisect' revision
machinery option, than to compute the refs that we must pass.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-bisect.sh | diff | blob | history |