From: Mike Frysinger Date: Mon, 1 Feb 2016 21:15:15 +0000 (-0500) Subject: gitconfig: check transfered objects X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=26d5387453cda4dd54100a938caa6d39919592cf gitconfig: check transfered objects --- diff --git a/.gitconfig b/.gitconfig index 536421f..b6e5f63 100644 --- a/.gitconfig +++ b/.gitconfig @@ -57,6 +57,9 @@ conflictstyle = diff3 [rebase] autosquash = true +[transfer] + # https://groups.google.com/forum/m/#!topic/binary-transparency/f-BI4o8HZW0 + fsckobjects = true [merge "merge-changelog"] name = GNU-style ChangeLog merge driver driver = /usr/bin/git-merge-changelog %O %A %B