From 2670508b974b5da6c8cdd48a3ce6b485d19169d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 May 2024 13:35:45 -0400 Subject: [PATCH] also broke git-remote-annex --- doc/todo/deal_with_git_fsck_symlinkPointsToGitDir.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/todo/deal_with_git_fsck_symlinkPointsToGitDir.mdwn b/doc/todo/deal_with_git_fsck_symlinkPointsToGitDir.mdwn index 9c2f2e0a06..454c3ece28 100644 --- a/doc/todo/deal_with_git_fsck_symlinkPointsToGitDir.mdwn +++ b/doc/todo/deal_with_git_fsck_symlinkPointsToGitDir.mdwn @@ -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.