Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/no-null-sha1-in-cache-tree'
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index bd04564a69a052ce856f2ba120855541c66fc650..bb4537c0ba0631f94fa1e57c6c5877949e50d750 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-616,7
+616,7
@@
extern int git_lstat(const char *, struct stat *);
#endif
#define DEFAULT_PACKED_GIT_LIMIT \
- ((1024L * 1024L) * (size_t)(sizeof(void*) >= 8 ?
8192
: 256))
+ ((1024L * 1024L) * (size_t)(sizeof(void*) >= 8 ?
(32 * 1024L * 1024L)
: 256))
#ifdef NO_PREAD
#define pread git_pread