About using jgit on Windows system
Opened this issue · 1 comments
ydlmp commented
Version
5.13.2
Operating System
Windows
Bug description
When running a Java project using jgit on a Windows system, the git. pull(). call() command will pull the content and the local content will be displayed as modified
Actual behavior
Execute the git. pull(). call() command
Expected behavior
Using the git client to execute the command git pull
will not display that a local file has been modified
Relevant log output
No response
Other information
No response
msohn commented
Please download https://eclipse.gerrithub.io/c/eclipse-jgit/jgit/+/1203909 and run the PullCommandTests and come back with the results.