Author Topic: Git Commit message shows twice in history window  (Read 906 times)

dglasser

  • Community Member
  • Posts: 30
  • Hero Points: 0
Git Commit message shows twice in history window
« on: October 26, 2021, 05:41:18 pm »
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?


.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2890
  • Hero Points: 153
Re: Git Commit message shows twice in history window
« Reply #1 on: October 26, 2021, 07:55:07 pm »
I can't reproduce this in 25.0.2.  Can you try it in 25.0.2?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6582
  • Hero Points: 511
Re: Git Commit message shows twice in history window
« Reply #2 on: October 26, 2021, 08:08:48 pm »
Reproduced in 25.0.1. Works fine in 25.0.2

SlickEdit Support

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 385
  • Hero Points: 29
Re: Git Commit message shows twice in history window
« Reply #3 on: October 27, 2021, 04:03:55 am »
PM sent.

SlickEdit Support

dglasser

  • Community Member
  • Posts: 30
  • Hero Points: 0
Re: Git Commit message shows twice in history window
« Reply #4 on: October 28, 2021, 03:38:38 pm »
I upgraded to v26.0.0.6, and the problem is resolved. Thanks for the quick response.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2890
  • Hero Points: 153
Re: Git Commit message shows twice in history window
« Reply #5 on: October 28, 2021, 03:46:08 pm »
Great.  You should notice that we put a column in there for the actual short version hash as well as the comment.