Re: [Tails-dev] Fwd: [tor-dev] Git users, enable fsck by def…

Delete this message

Reply to this message
Author: Andrew Gallagher
Date:  
To: tails-dev
Subject: Re: [Tails-dev] Fwd: [tor-dev] Git users, enable fsck by default!
On 03/02/16 12:34, sajolida wrote:
>
>     git config --add  transfer.fsckobjects true


That fixes it per-repository. To change your user defaults:

git config --add --global transfer.fsckobjects true

A