> 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
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
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
3 matches
Mail list logo