eclipse-jgit / jgit

JGit, the Java implementation of git
https://www.eclipse.org/jgit/
Other
92 stars 31 forks source link

Merging does not follow renames #43

Open xtianus opened 3 months ago

xtianus commented 3 months ago

Version

6.9.0

Operating System

Windows

Bug description

If I rename somefile to anotherfile, commit, then merge from a branch where I have a change to somefile still with the old name, what I get is a conflict saying that somefile has been deleted locally.

Actual behavior

How to reproduce:

Expected behavior

I expect Eclipse to behave like the external git command does, i.e. merge the changes to the old-named file into the renamed file.

Relevant log output

No response

Other information

No response