diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:53:54 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:53:54 -0800 |
commit | af742b9b27c3e3caac9b304c76db323e2334b955 (patch) | |
tree | c23a6418d2a4952cae4ebd8927c5ce3fe8e256eb | |
parent | 24807f9d5bada2475fddd153365c1debfe1309bc (diff) | |
parent | 756078749f7a87bc50d4c22db18e26a09c45059d (diff) | |
download | git-af742b9b27c3e3caac9b304c76db323e2334b955.tar.gz |
Merge branch 'rj/maint-cygwin-count-objects' into maint
* rj/maint-cygwin-count-objects:
git-count-objects: Fix a disk-space under-estimate on Cygwin
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -781,6 +781,7 @@ ifeq ($(uname_O),Cygwin) NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes NO_TRUSTABLE_FILEMODE = UnfortunatelyYes OLD_ICONV = UnfortunatelyYes + NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease # There are conflicting reports about this. # On some boxes NO_MMAP is needed, and not so elsewhere. # Try commenting this out if you suspect MMAP is more efficient |