Re: Fsck configurations and cloning.

2016-03-06 Thread Ryne Everett
> I think there are two problems here. > > The first is that fsck.skiplist takes a filename that contains a list of > sha1s, not the sha1s themselves. So it would be more like: > > echo 5e6ecdad9f69b1ff789a17733b8edc6fd7091bd8 >skiplist > git -c fsck.skiplist="$(pwd)/skiplist" clone ... I thin

Re: Fsck configurations and cloning.

2016-03-06 Thread Ryne Everett
t > across multiple repositories. Yes, the settings are in my global config. On Sun, Mar 6, 2016 at 12:18 AM, Jacob Keller wrote: > On Sat, Mar 5, 2016 at 5:44 PM, Ryne Everett wrote: >> I'm assuming fsck configurations are supposed to apply to clones but >> I'm

Fsck configurations and cloning.

2016-03-05 Thread Ryne Everett
I'm assuming fsck configurations are supposed to apply to clones but I'm having no luck: $ git --version git version 2.7.2 $ git config --get transfer.fsckobjects true $ git config --get fsck.badTimezone ignore $ cat $(git config --get fsck.skiplist) 5e6ecdad9f69b1f