summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2009-11-24 15:42:55 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-11-24 15:42:55 -0800
commitba2c7476882ea56fcad298ef195b538ed7a7ad32 (patch)
tree0a84376577dcdef2a725505f8ab9342f0896b929
parentDocumentation: update descriptions of revision options related to '--bisect' (diff)
parentgit-count-objects: Fix a disk-space under-estimate on Cygwin (diff)
downloadtgif-ba2c7476882ea56fcad298ef195b538ed7a7ad32.tar.xz
Merge branch 'rj/maint-cygwin-count-objects'
* rj/maint-cygwin-count-objects: git-count-objects: Fix a disk-space under-estimate on Cygwin
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 31db29d4d1..5a0b3d4a7b 100644
--- a/Makefile
+++ b/Makefile
@@ -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