From 751abf4a5047903c44f433ff9d59136898b9cfdb Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sat, 22 Sep 2018 10:37:01 +0200 Subject: Fix Mylyn commit message template The commit message template contains a superfluous blank at the end of the first line, which is deleted by this change. This is only relevant for jgit contributors using Eclipse, not for jgit users. Change-Id: I462deb49c26fb64b3dc2d1d75f1e40ef302b0fc9 Signed-off-by: Michael Keppler --- org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.team.ui.prefs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org.eclipse.jgit.junit.http') diff --git a/org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.team.ui.prefs index 0cba949fb7..2fca432276 100644 --- a/org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.team.ui.prefs +++ b/org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.team.ui.prefs @@ -1,3 +1,3 @@ #Tue Jul 19 20:11:28 CEST 2011 -commit.comment.template=${task.description} \n\nBug\: ${task.key} +commit.comment.template=${task.description}\n\nBug\: ${task.key} eclipse.preferences.version=1 -- cgit v1.2.3