[tor-dev] Git users, enable fsck by default!
Damian Johnson
atagar at torproject.org
Tue Feb 2 18:19:46 UTC 2016
> I suspect that setting things globally (in your ~/.gitconfig)
> git config --global --add transfer.fsckobjects true
> git config --global --add fetch.fsckobjects true
> git config --global --add receive.fsckobjects true
> might also work. (However, I haven't verified it.)
You only need the first (transfer.fsckobjects). According to both the
thread and git's man page the other two adopt its value ("If not set,
the value of transfer.fsckObjects is used instead.").
More information about the tor-dev
mailing list