Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-09-22 08:37:01 +0000
committerMatthias Sohn2018-09-23 08:11:58 +0000
commit751abf4a5047903c44f433ff9d59136898b9cfdb (patch)
treef3150f5cdef9e37e431e2f841c2aa39291aba9c5 /org.eclipse.jgit.lfs
parent7d89f0a053f32e0ba6d0384cf73a70ce99190821 (diff)
downloadjgit-751abf4a5047903c44f433ff9d59136898b9cfdb.tar.gz
jgit-751abf4a5047903c44f433ff9d59136898b9cfdb.tar.xz
jgit-751abf4a5047903c44f433ff9d59136898b9cfdb.zip
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 <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.jgit.lfs')
-rw-r--r--org.eclipse.jgit.lfs/.settings/org.eclipse.mylyn.team.ui.prefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.lfs/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.jgit.lfs/.settings/org.eclipse.mylyn.team.ui.prefs
index ce7a0f0478..984263dd94 100644
--- a/org.eclipse.jgit.lfs/.settings/org.eclipse.mylyn.team.ui.prefs
+++ b/org.eclipse.jgit.lfs/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -1,2 +1,2 @@
-commit.comment.template=${task.description} \n\nBug\: ${task.key}
+commit.comment.template=${task.description}\n\nBug\: ${task.key}
eclipse.preferences.version=1

Back to the top