]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
read_index_from(): speed index loading by skipping verification of the entry order
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 5cc116ba4221f6655271d867a9bcc445b1bd26ad..177f5ebcf2552437fa3521bf373bd04f6dfc5c03 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -720,6 +720,7 @@ extern int hold_locked_index(struct lock_file *, int);
 extern void set_alternate_index_output(const char *);
 
 extern int verify_index_checksum;
+extern int verify_ce_order;
 
 /* Environment bits from configuration mechanism */
 extern int trust_executable_bit;