]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bundle.c
object.h: centralize object flag allocation
[thirdparty/git.git] / bundle.c
index e99065ce425ad6e816d946626ef83075ab70bf85..85d4a6abe156621007bed50e894442fdfdf0ee19 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)