Skip to content

Commit ba2c747

Browse files
committed
Merge branch 'rj/maint-cygwin-count-objects'
* rj/maint-cygwin-count-objects: git-count-objects: Fix a disk-space under-estimate on Cygwin
2 parents af06e93 + 7560787 commit ba2c747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ ifeq ($(uname_O),Cygwin)
805805
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
806806
NO_TRUSTABLE_FILEMODE = UnfortunatelyYes
807807
OLD_ICONV = UnfortunatelyYes
808+
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
808809
# There are conflicting reports about this.
809810
# On some boxes NO_MMAP is needed, and not so elsewhere.
810811
# Try commenting this out if you suspect MMAP is more efficient

0 commit comments

Comments
 (0)