X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=merge-base.c;h=009caf804b43fdd644ff08991d55d0e417fd34d8;hb=151602df00b8e5c5b4a8193f59a94b85f9b5aebc;hp=59f723f4047f831165b8d52ac13def398e663ac3;hpb=c0fa8255c652e148f0910425d2cc2b8029065008;p=git.git diff --git a/merge-base.c b/merge-base.c index 59f723f40..009caf804 100644 --- 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) {