object.h: centralize object flag allocation
[gitweb.git] / sha1_name.c
index a5578f718ea092338eb16fbe7dbf867a98e82218..23bb821d25fb8055ea9b7687305a790339908171 100644 (file)
@@ -819,6 +819,8 @@ static int get_sha1_1(const char *name, int len, unsigned char *sha1, unsigned l
  * For future extension, ':/!' is reserved. If you want to match a message
  * beginning with a '!', you have to repeat the exclamation mark.
  */
+
+/* Remember to update object flag allocation in object.h */
 #define ONELINE_SEEN (1u<<20)
 
 static int handle_one_ref(const char *path,