merge.c
85.3 KB
-
merge: reload index before git_merge · bb9e3797
If the index in memory is different from the index on the disk, previously merge would abort with GIT_ECONFLICT. Reload the index before merging to fix this. Fixes #4203
Greg Collinge committed