/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove unnecessary initializations
[git/git.git]
/
merge-base.c
diff --git
a/merge-base.c
b/merge-base.c
index
59f723f
..
009caf8
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)
{