You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[automerge] Rework restoring of changes to ignored files (#24)
Using the `git ls-files` to list deleted files that are unmmerged did
not work consitently in the previous solution. This updates the
`restore_changes_to_ignored_files` function to first deal with any
no-deleted unmerged conflicts, making it easier to identify conflicting
files that were deleted by us to be fed into `git rm`.
0 commit comments