author | Christian Couder <chriscool@tuxfamily.org> | |
Fri, 23 Mar 2007 07:49:59 +0000 (08:49 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 23 Mar 2007 08:54:47 +0000 (01:54 -0700) | ||
commit | a17c4101003dbadc13d404a5dd5d106de1e57a3a | |
tree | f22d8f3c32eb675f06b014627cd3e7c07b631fa0 | tree | snapshot |
parent | cc65343a8436896f4c78f5f802595870784df454 | commit | diff |
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>
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 | diff | blob | history | |
git-bisect.sh | diff | blob | history | |
t/t6030-bisect-run.sh | [new file with mode: 0755] | blob |