From e058189144b402d8eba4a4a89ae07d49ed30db75 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 1 Feb 2016 09:42:42 +0000 Subject: git: check hashes on transfer see also: https://groups.google.com/forum/#!topic/binary-transparency/f-BI4o8HZW0 http://git.661346.n2.nabble.com/propagating-repo-corruption-across-clone-td7580504.html --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 7d88cc2..955dbab 100644 --- a/.gitconfig +++ b/.gitconfig @@ -27,6 +27,8 @@ [rebase] stat = true autosquash = true +[transfer] + fsckobjects = true [grep] patternType = perl [alias] -- cgit v1.2.3