Seems to have leftover whitespace glitches. They are not a reason to reroll alone, but if you need to create v4 then please make sure your patches are free of these. Thanks. .git/rebase-apply/patch:31: trailing whitespace. * If the pos value is negative, it means the path is not in the index. .git/rebase-apply/patch:32: trailing whitespace. * However, the absolute value of pos minus 1 gives us the position where the path .git/rebase-apply/patch:33: trailing whitespace. * would be inserted in lexicographic order. By subtracting another 1 from this .git/rebase-apply/patch:34: trailing whitespace. * value (pos = -pos - 2), we find the position of the last index entry .git/rebase-apply/patch:35: trailing whitespace. * which is lexicographically smaller than the provided path. This would be warning: squelched 1 whitespace error warning: 6 lines applied after fixing whitespace errors. Applying: attr.c: read attributes in a sparse directory Applying: t1092: add tests for `git check-attr` Applying: check-attr: integrate with sparse-index