Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-25 02:42:55 +0300
committerJunio C Hamano <gitster@pobox.com>2009-11-25 02:42:55 +0300
commitba2c7476882ea56fcad298ef195b538ed7a7ad32 (patch)
tree0a84376577dcdef2a725505f8ab9342f0896b929 /Makefile
parentaf06e93a3e822681ed2527388a9ded07d23428c5 (diff)
parent756078749f7a87bc50d4c22db18e26a09c45059d (diff)
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--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