This commit is contained in:
Joey Hess 2021-11-09 16:04:54 -04:00
parent 886d60dabe
commit 3bdac41090
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2021-11-09T20:03:33Z"
content="""
While I still need to investigate if there is really a reversion here,
it's worth noting that you can probably avoid the slow speed by running:
git config filter.annex.process 'git-annex filter-process'
That needs a current daily build of git-annex, the feature will also be in
the next release.
"""]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2021-11-09T19:53:38Z"
content="""
Right, annex.supportunlocked avoids all these performance considerations.
But, it seems possible that enabling filter-process will speed it up enough
to not need annex.supportunlocked. I'd be interested to know if that works
for you.
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2021-11-09T19:55:51Z"
content="""
Thanks @jkniiv, that's good to hear. That is exactly the results I would
have hoped for for a repository like yours. To speed up the checkout
of the annexed files in your case will need improvements to git,
probably. But the crucial thing is it's not gotten worse, and the other
checkout improved a lot.
I would be curious how you find `git add`'s performance now, if you ever
use that to add large annexed files.
"""]]