Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add ".git/config" file parser
[gitweb.git]
/
read-cache.c
diff --git
a/read-cache.c
b/read-cache.c
index d2aebdd6bc6dbf7ae40f3a7600d76765f31b9a15..c7f3b2686296b16f8fb6de0c6e1bbee5e1a5d389 100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-5,6
+5,7
@@
*/
#include "cache.h"
+int trust_executable_bit = 1;
struct cache_entry **active_cache = NULL;
unsigned int active_nr = 0, active_alloc = 0, active_cache_changed = 0;