5 ms·
For bigger annex repos with lots of pointer files, I just disable the git-annex smudge filters. Consider whether smudge filters are requirement, or a convenienc
by unqueued 4y ago
For bigger annex repos with lots of pointer files, I just disable the git-annex smudge filters. Consider whether smudge filters are requirement, or a convenience. The smudge filter interface does not scale that well at all.
- reverius42 4y agoThey're not a requirement! git-xet has a --no-smudge option if you prefer to deal with an unsmudged repo.