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.gitflow.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.gitflow.test')
-rw-r--r--org.eclipse.egit.gitflow.test/.settings/org.eclipse.mylyn.team.ui.prefs3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.gitflow.test/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.egit.gitflow.test/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..2fca432276
--- /dev/null
+++ b/org.eclipse.egit.gitflow.test/.settings/org.eclipse.mylyn.team.ui.prefs
@@ -0,0 +1,3 @@
+#Tue Jul 19 20:11:28 CEST 2011
+commit.comment.template=${task.description}\n\nBug\: ${task.key}
+eclipse.preferences.version=1

Back to the top