rev-list: implement --bisect-all

This is Junio's patch with some stuff to make --bisect-all
compatible with --bisect-vars.

This option makes it possible to see all the potential
bisection points. The best ones are displayed first.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Christian Couder
2007-10-22 07:47:56 +02:00
committed by Junio C Hamano
parent 85b0045505
commit 50e62a8e70
3 changed files with 88 additions and 15 deletions

View File

@ -15,7 +15,7 @@ static void show_parents(struct commit *commit, int abbrev)
}
}
static void show_decorations(struct commit *commit)
void show_decorations(struct commit *commit)
{
const char *prefix;
struct name_decoration *decoration;