X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=merge-base.c;h=009caf804b43fdd644ff08991d55d0e417fd34d8;hb=6534141151f7fd4334f62827d9234acf3974ca4d;hp=59f723f4047f831165b8d52ac13def398e663ac3;hpb=9673198ee867cea4ed70d2cf54c1a2eb8f27bb46;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) {