also broke git-remote-annex

This commit is contained in:
Joey Hess 2024-05-24 13:35:45 -04:00
parent b792b128a0
commit 2670508b97
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -40,3 +40,10 @@ If git-annex wanted to also avoid this breakage, it could set:
git config fsck.symlinkTargetLength ignore
git config receive.fsck.symlinkTargetLength ignore
git config fetch.fsck.symlinkTargetLength ignore
----
Also this version of git added checks for hooks created at clone
time, which breaks git clone using git-remote-annex when the special
remote contains a git-annex branch. This is similar to how it broke git-lfs
and I'm sure this part of the breakage will be reverted.