nadment commented on issue #6216:
URL: https://github.com/apache/hop/issues/6216#issuecomment-3751613182
In the GitGuiPlugin.refreshChangedFiles() method, the Git repository is
queried 3 times (3 calls to git.getStatus()).
- uigit.getStagedFiles()
- uigit.getUnstagedFiles()
- uigit.getIgnored()
There may be a performance gain if it is only queried once.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]