Community
Participate
Working Groups
Bug# 370038 change the commit message template but if I create new reviews for Gerrit I always get the old message template. Maybe this is only because I work in bootstrap mode. Review https://git.eclipse.org/r/#/c/8630/ change the default commit message template.
Here some more details. TeamUIUtil.getComment() is called with an empty IResource[] array so I get FocusedTeamUiPlugin.getDefault().getPreferenceStore().getString(FocusedTeamUiPlugin.COMMIT_TEMPLATE);
How are you triggering the commit? It works for me if I use Team > Commit on a file or Commit on the repository in the Git repositories view. Note that there are some limitations with the staging view (bug 348744).
(In reply to comment #2) > How are you triggering the commit? It works for me if I use Team > Commit on > a file or Commit on the repository in the Git repositories view. Note that > there are some limitations with the staging view (bug 348744). I work with Git Staging View. Team > Commit works, but on my Mac I can not use cmd-#.
That is a known limitation, see bug 348744. *** This bug has been marked as a duplicate of bug 348744 ***