git-remote-annex: Fix a reversion
authorJoey Hess <joeyh@joeyh.name>
Mon, 11 Nov 2024 16:42:26 +0000 (12:42 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 11 Nov 2024 16:42:35 +0000 (12:42 -0400)
commit700be6c38f29328812c17048c077c9bec7d8d8ad
treeb6de448d4e9c272fd5ea22af8190b274099a83a9
parentd2f540b1d278cb0687af3266229687c14e80b934
git-remote-annex: Fix a reversion

Introduced in version 10.20241031 that broke cloning from a special remote

retrieveKeyFile changed to use createAnnexDirectory, which means that the
path passed to it needs to be under .git

git-remote-annex is probably the only thing in git-annex where that was not
the case. And there's no real reason it cannot be the case with it either.
Just use withOtherTmp.
CHANGELOG
CmdLine/GitRemoteAnnex.hs
doc/bugs/git-remote-annex_fails_createDirectoryFrom_not_located_in_git/comment_2_6dda2cfd76732792a373ea2cc359ffb3._comment [new file with mode: 0644]