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
If a file that appears as a copy in git is diffed as shown below, the value of the type appears as "ADD".
List diffs = git.diff()
.setPathFilter(treeFilter)
.setNewTree(newTreeParser)
.setOldTree(oldTreeParser)
.call();
Actual behavior
The file type appears ADD
Expected behavior
The file type should be COPY
Relevant log output
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
Version
6.10.0.202406032230-r
Operating System
Linux/Unix
Bug description
If a file that appears as a copy in git is diffed as shown below, the value of the type appears as "ADD".
List diffs = git.diff()
.setPathFilter(treeFilter)
.setNewTree(newTreeParser)
.setOldTree(oldTreeParser)
.call();
Actual behavior
The file type appears ADD
Expected behavior
The file type should be COPY
Relevant log output
No response
Other information
No response
The text was updated successfully, but these errors were encountered: