diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:53:54 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:53:54 -0800 |
| commit | af742b9b27c3e3caac9b304c76db323e2334b955 (patch) | |
| tree | c23a6418d2a4952cae4ebd8927c5ce3fe8e256eb | |
| parent | Merge branch 'mm/maint-hint-failed-merge' into maint (diff) | |
| parent | git-count-objects: Fix a disk-space under-estimate on Cygwin (diff) | |
| download | git-af742b9b27c3e3caac9b304c76db323e2334b955.tar.gz git-af742b9b27c3e3caac9b304c76db323e2334b955.zip | |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
