/
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-index.c
diff --git
a/merge-index.c
b/merge-index.c
index
a9c8cc1
..
646d090
100644
(file)
--- a/
merge-index.c
+++ b/
merge-index.c
@@
-4,7
+4,7
@@
#include "cache.h"
-static const char *pgm
= NULL
;
+static const char *pgm;
static const char *arguments[8];
static int one_shot, quiet;
static int err;