Skip to content

Commit af742b9

Browse files
committed
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
2 parents 24807f9 + 7560787 commit af742b9

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
@@ -781,6 +781,7 @@ ifeq ($(uname_O),Cygwin)
781781
NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes
782782
NO_TRUSTABLE_FILEMODE = UnfortunatelyYes
783783
OLD_ICONV = UnfortunatelyYes
784+
NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
784785
# There are conflicting reports about this.
785786
# On some boxes NO_MMAP is needed, and not so elsewhere.
786787
# Try commenting this out if you suspect MMAP is more efficient

0 commit comments

Comments
 (0)