Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout-index: fix --temp relative path mangling
[gitweb.git]
/
fetch-pack.c
diff --git
a/fetch-pack.c
b/fetch-pack.c
index 90d47da8a902f24bb6a7ae63654a104626751b1e..eeee2bb7e08a21dfe091a30c8378da6d488228f5 100644
(file)
--- a/
fetch-pack.c
+++ b/
fetch-pack.c
@@
-26,6
+26,7
@@
static int agent_supported;
static struct lock_file shallow_lock;
static const char *alternate_shallow_file;
+/* Remember to update object flag allocation in object.h */
#define COMPLETE (1U << 0)
#define COMMON (1U << 1)
#define COMMON_REF (1U << 2)