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

Delete this message

Reply to this message
Autor: Andrew Gallagher
Data:  
Para: tails-dev
Assunto: 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