Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2018-09-22 08:35:43 +0000
committerMatthias Sohn2018-09-23 08:10:49 +0000
commit02a762a52d26ea76155480ba26d26027f3caee21 (patch)
tree666e77d7887fb1cb6425e367538209ee168d0ee3 /org.eclipse.egit.core.test
parent3eaca11b9b74cd3cf0279197d7fd6609ff6d7bca (diff)
downloadegit-02a762a52d26ea76155480ba26d26027f3caee21.tar.gz
egit-02a762a52d26ea76155480ba26d26027f3caee21.tar.xz
egit-02a762a52d26ea76155480ba26d26027f3caee21.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 egit contributors, not for egit users. Change-Id: I2ebaefe80ecaf5a9373575ec7ebdca7201af3e0d Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.egit.core.test')
-rw-r--r--org.eclipse.egit.core.test/.settings/org.eclipse.mylyn.team.ui.prefs2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.egit.core.test/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.egit.core.test/.settings/org.eclipse.mylyn.team.ui.prefs
index 0cba949fb7..2fca432276 100644
--- a/org.eclipse.egit.core.test/.settings/org.eclipse.mylyn.team.ui.prefs
+++ b/org.eclipse.egit.core.test/.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

Back to the top