diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2018-09-22 10:37:01 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-23 04:11:58 -0400 |
commit | 751abf4a5047903c44f433ff9d59136898b9cfdb (patch) | |
tree | f3150f5cdef9e37e431e2f841c2aa39291aba9c5 /org.eclipse.jgit.lfs.server.test/.settings | |
parent | 7d89f0a053f32e0ba6d0384cf73a70ce99190821 (diff) | |
download | jgit-751abf4a5047903c44f433ff9d59136898b9cfdb.tar.gz 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.server.test/.settings')
-rw-r--r-- | org.eclipse.jgit.lfs.server.test/.settings/org.eclipse.mylyn.team.ui.prefs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.lfs.server.test/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.jgit.lfs.server.test/.settings/org.eclipse.mylyn.team.ui.prefs index ce7a0f0478..984263dd94 100644 --- a/org.eclipse.jgit.lfs.server.test/.settings/org.eclipse.mylyn.team.ui.prefs +++ b/org.eclipse.jgit.lfs.server.test/.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 |