Bisect: implement "git bisect run <cmd>..." to automatically bisect.
commita17c4101003dbadc13d404a5dd5d106de1e57a3a
authorChristian Couder <chriscool@tuxfamily.org>
Fri, 23 Mar 2007 07:49:59 +0000 (23 08:49 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Mar 2007 08:54:47 +0000 (23 01:54 -0700)
treef22d8f3c32eb675f06b014627cd3e7c07b631fa0
parentcc65343a8436896f4c78f5f802595870784df454
Bisect: implement "git bisect run <cmd>..." to automatically bisect.

This idea was suggested by Bill Lear
(Message-ID: <17920.38942.364466.642979@lisa.zopyra.com>)
and I think it is a very good one.

This patch adds a new test file for "git bisect run", but there
is currently only one basic test.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-bisect.txt
git-bisect.sh
t/t6030-bisect-run.sh [new file with mode: 0755]