Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Enable minimal stat checking
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index c257953fa798110e0f4be9258f4f88f2d7952bdb..ab20c4ddf3d68398f4cad5d53d4cde013703bbec 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-536,6
+536,7
@@
extern int delete_ref(const char *, const unsigned char *sha1, int delopt);
/* Environment bits from configuration mechanism */
extern int trust_executable_bit;
extern int trust_ctime;
+extern int check_stat;
extern int quote_path_fully;
extern int has_symlinks;
extern int minimum_abbrev, default_abbrev;