Re: [Tails-dev] Fwd: [tor-dev] Git users, enable fsck by def…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
sajolida at
2016-02-03 12:34
Daniel Kahn Gillmor at
2016-02-03 20:04
Author:
Andrew Gallagher
Date:
2016-02-03 12:46
UTC
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