I'm using SlickEdit Pro 2020 (v25.0.1.0 64-bit).
I have a project set up to use Git as the version control system. Whenever I right-click a file and invoke "Version Control (Git)" > "History for SomeFile.java", in the history window that comes up, the "Version" column lists each commit message TWICE. For example, if the commit message was "Fixed NullPointerException.", the history window will display:
Fixed NullPointerException.Fixed NullPointerException.
In the version column for that commit. Is there any way to fix it?
.