diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-25 00:42:55 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-25 00:42:55 +0100 |
commit | ba2c7476882ea56fcad298ef195b538ed7a7ad32 (patch) | |
tree | 0a84376577dcdef2a725505f8ab9342f0896b929 /Makefile | |
parent | Documentation: update descriptions of revision options related to '--bisect' (diff) | |
parent | git-count-objects: Fix a disk-space under-estimate on Cygwin (diff) | |
download | git-ba2c7476882ea56fcad298ef195b538ed7a7ad32.tar.xz git-ba2c7476882ea56fcad298ef195b538ed7a7ad32.zip |
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 |