diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-24 15:42:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-24 15:42:55 -0800 |
commit | ba2c7476882ea56fcad298ef195b538ed7a7ad32 (patch) | |
tree | 0a84376577dcdef2a725505f8ab9342f0896b929 /Makefile | |
parent | af06e93a3e822681ed2527388a9ded07d23428c5 (diff) | |
parent | 756078749f7a87bc50d4c22db18e26a09c45059d (diff) | |
download | git-ba2c7476882ea56fcad298ef195b538ed7a7ad32.tar.gz |
Merge branch 'rj/maint-cygwin-count-objects'
* rj/maint-cygwin-count-objects:
git-count-objects: Fix a disk-space under-estimate on Cygwin
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -805,6 +805,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 |