Skip to content

Commit

Permalink
Merge branch 'rj/maint-cygwin-count-objects'
Browse files Browse the repository at this point in the history
* rj/maint-cygwin-count-objects:
  git-count-objects: Fix a disk-space under-estimate on Cygwin
  • Loading branch information
Junio C Hamano committed Nov 24, 2009
2 parents af06e93 + 7560787 commit ba2c747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba2c747

Please sign in to comment.