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