/
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
object.h: centralize object flag allocation
[git/git.git]
/
bundle.c
diff --git
a/bundle.c
b/bundle.c
index
e99065c
..
85d4a6a
100644
(file)
--- a/
bundle.c
+++ b/
bundle.c
@@
-124,6
+124,7
@@
static int list_refs(struct ref_list *r, int argc, const char **argv)
return 0;
}
+/* Remember to update object flag allocation in object.h */
#define PREREQ_MARK (1u<<16)
int verify_bundle(struct bundle_header *header, int verbose)