I'm not having luck with overriding the fsck message types (zeroPaddedFilemode specifically). I've tried adding [fsck] zeroPaddedFilemode = ignore to both global and local configs, but it seems to have no effect: $ git --version git version 2.8.0 $ git config --get fetch.fsckobjects true $ git config --get fsck.zeroPaddedFilemode ignore $ git pull remote: Counting objects: 14777, done. remote: Compressing objects: 100% (5495/5495), done. error: object 2b7227859263b6aabcc28355b0b994995b7148b6: zeroPaddedFilemode: contains zero-padded file modes fatal: Error in object fatal: index-pack failed Is this expected behavior and I'm doing something wrong? Thanks. -Seren -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html