revert change that broke test suite

Opened a new bug about it.

This commit was sponsored by Ethan Aubin.
This commit is contained in:
Joey Hess 2020-09-07 15:41:16 -04:00
parent e88ab0c09d
commit 03dee56546
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 28 deletions

View file

@ -0,0 +1,6 @@
Seeing `git-annex sync` after resolving a merge conflict between a
directory and an annexed file leave behind
files like `foo~refs_remotes_origin_master`, which are not checked into
git.
Also happens with merge.directoryRenames=conflict --[[Joey]]