Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: bugfix: git_print_page_path() needs the hash base
[gitweb.git]
/
builtin-update-index.c
diff --git
a/builtin-update-index.c
b/builtin-update-index.c
index d2556f376b293d2907cd8416e99f9c0bd31781ca..9f0cf28ba2dde7c5000029107460a3f4ca873aa3 100644
(file)
--- a/
builtin-update-index.c
+++ b/
builtin-update-index.c
@@
-23,7
+23,7
@@
static int allow_replace;
static int info_only;
static int force_remove;
static int verbose;
-static int mark_valid_only
= 0
;
+static int mark_valid_only;
#define MARK_VALID 1
#define UNMARK_VALID 2