[PATCH 2/2] Fix git rev-list --bisect and git bisect visualize when the bisection is done in old/new mode.

2015-06-05 Thread Louis Stuber
Signed-off-by: Louis Stuber Signed-off-by: Antoine Delaite --- revision.c | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/revision.c b/revision.c index 7ddbaa0..b631596 100644 --- a/revision.c +++ b/revision.c @@ -2075,12 +2075,23 @@ void

[PATCH 1/2] git-bisect.sh : create a file if the bisection is in old/new mode, named "BISECT_OLDNEWMODE", so it can easily be seen outside the program without having to read BISECT_TERMS. This will ha

2015-06-05 Thread Louis Stuber
Signed-off-by: Louis Stuber Signed-off-by: Antoine Delaite --- git-bisect.sh |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/git-bisect.sh b/git-bisect.sh index 109bd65..d3d19cb 100644 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -183,6 +183,10 @@ bisect_start