On Sun, Mar 06, 2016 at 10:38:15AM -0500, Ryne Everett wrote:
> > 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 5e6ecdad9f69b1ff789a17733b8edc6fd709
> 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
> You have to make sure the fields are set within a global git
> configuration. Did you set this within a previous clone using "git
> config"? If so you need to make sure you use "--global" option to
> write it to your user configuration file so that it is persistent
> across multiple repositories.
On Sat, Mar 05, 2016 at 08:44:38PM -0500, Ryne Everett wrote:
> 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.badTime
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 having no luck:
>
> $ git --version
> git version 2.7.2
> $ git config --get transfer.fsckobjects
> true
> $ git config --get fsck.badTimezone
>
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
6 matches
Mail list logo