Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Added --branch-log to option to fast-import.
[gitweb.git]
/
merge-base.c
diff --git
a/merge-base.c
b/merge-base.c
index 59f723f4047f831165b8d52ac13def398e663ac3..009caf804b43fdd644ff08991d55d0e417fd34d8 100644
(file)
--- a/
merge-base.c
+++ b/
merge-base.c
@@
-2,7
+2,7
@@
#include "cache.h"
#include "commit.h"
-static int show_all
= 0
;
+static int show_all;
static int merge_base(struct commit *rev1, struct commit *rev2)
{