diff options
Diffstat (limited to 'merge-base.c')
-rw-r--r-- | merge-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/merge-base.c b/merge-base.c index 59f723f404..009caf804b 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) { |