Files
git/Documentation
Junio C Hamano 457f08a030 git-rev-list: add --bisect-vars option.
This adds --bisect-vars option to rev-list.  The output is suitable
for `eval` in shell and defines five variables:

 - bisect_rev is the next revision to test.
 - bisect_nr is the expected number of commits to test after
   bisect_rev is tested.
 - bisect_good is the expected number of commits to test
   if bisect_rev turns out to be good.
 - bisect_bad is the expected number of commits to test
   if bisect_rev turns out to be bad.
 - bisect_all is the number of commits we are bisecting right now.

The documentation text was partly stolen from Johannes
Schindelin's patch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-03-22 01:32:31 -07:00
..
2007-01-20 19:10:26 -08:00
2006-12-13 09:41:18 -08:00
2007-02-17 16:16:48 -08:00
2007-02-12 19:33:03 -08:00
2007-02-03 21:49:54 -08:00
2007-02-12 19:33:03 -08:00
2007-03-01 03:27:36 -08:00
2006-06-07 11:49:35 -07:00
2007-03-14 15:59:04 -07:00
2007-03-10 22:07:26 -08:00
2007-03-10 23:38:18 -08:00
2007-01-11 12:58:10 -08:00
2007-02-08 15:35:24 -08:00
2007-02-28 14:18:57 -08:00
2007-02-03 21:49:54 -08:00
2007-02-03 21:49:54 -08:00
2006-06-24 01:11:19 -07:00
2007-02-18 16:18:43 -08:00
2007-02-26 00:26:06 -08:00
2007-03-04 17:20:38 -08:00
2007-03-14 15:56:49 -07:00
2007-03-18 14:43:29 -07:00
2007-03-19 02:56:29 -07:00
2007-03-10 22:07:26 -08:00