Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
coccicheck: use --all-includes by default
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 1a56f81f3357eb6bed624309b22ae0795bd8c0ac..ed3d5dfce1b9eb2d6273edac45901632304d4be2 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1356,6
+1356,7
@@
struct checkout {
not_new:1,
refresh_cache:1;
};
+#define CHECKOUT_INIT { NULL, "" }
#define TEMPORARY_FILENAME_LENGTH 25
extern int checkout_entry(struct cache_entry *ce, const struct checkout *state, char *topath);