This commit is contained in:
Joey Hess 2020-07-02 14:43:52 -04:00
parent f8ed8a916c
commit d8ad2204c7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2020-07-02T18:36:55Z"
content="""
Only workaround would be to `git checkout master` before running the
import, and then re-run `git annex adjust` to re-enter the adjusted branch.
But that may be problimatic depending on why you're using adjusted
branches, or just expensive.
git-annex merge is *supposed* to deal with this problem, it's supposed
to adjust the branch before merging it. git-annex sync does too.
But the test suite is actually using git-annex merge, so it seems
the bug is in git-annex merge/sync.
"""]]