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-12-04 00:53:54 +0300
committerJunio C Hamano <gitster@pobox.com>2009-12-04 00:53:54 +0300
commitaf742b9b27c3e3caac9b304c76db323e2334b955 (patch)
treec23a6418d2a4952cae4ebd8927c5ce3fe8e256eb
parent24807f9d5bada2475fddd153365c1debfe1309bc (diff)
parent756078749f7a87bc50d4c22db18e26a09c45059d (diff)
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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbd4a8f580..9b94e967e6 100644
--- a/Makefile
+++ b/Makefile
@@ -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