Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JGIT detected ADD for a file of type COPY #82

Open
abdulkerimatik opened this issue Aug 10, 2024 · 0 comments
Open

JGIT detected ADD for a file of type COPY #82

abdulkerimatik opened this issue Aug 10, 2024 · 0 comments

Comments

@abdulkerimatik
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant