# HG changeset patch # User Meredith Howard # Date 1625298031 18000 # Node ID 09aadfdbc7dd65466b813dfe624870f324e7f8b1 # Parent c3a15b8c217c2f4d5491ad9392b33c313dc224d8 fsck sucks without these. i'm so tired. git please diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -70,6 +70,10 @@ [transfer] fsckobjects = true +[fetch "fsck"] + zeroPaddedFilemode = ignore + badDate = ignore + badTimezone = ignore # include.path is available in git 1.7.10 and later [include]