diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-05 23:57:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-05 23:57:21 +0200 |
commit | cfdb09e9dbf6ef946feef97be486bd1a79184875 (patch) | |
tree | 56c70c3effeb3d17b441d4a4e049efb911dea8f4 /org.eclipse.jgit.pgm/.settings | |
parent | b695f66487dfdc5cfe3e3dd22c0253801ecdc9b9 (diff) | |
download | jgit-cfdb09e9dbf6ef946feef97be486bd1a79184875.tar.gz jgit-cfdb09e9dbf6ef946feef97be486bd1a79184875.zip |
Use commit message best practices for Mylyn Commit template
We should use a template for Mylyn commit messages that matches with our
guidelines for commit messages.
http://wiki.eclipse.org/EGit/Contributor_Guide#Commit_message_guidelines
Bug: 337401
Change-Id: I05812abf0eb0651d22c439142640f173fc2f2ba0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm/.settings')
-rw-r--r-- | org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.tasks.ui.prefs | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.team.ui.prefs | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.tasks.ui.prefs b/org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.tasks.ui.prefs new file mode 100644 index 0000000000..823c0f56ae --- /dev/null +++ b/org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.tasks.ui.prefs @@ -0,0 +1,4 @@ +#Tue Jul 19 20:11:28 CEST 2011 +eclipse.preferences.version=1 +project.repository.kind=bugzilla +project.repository.url=https\://bugs.eclipse.org/bugs diff --git a/org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.team.ui.prefs new file mode 100644 index 0000000000..0cba949fb7 --- /dev/null +++ b/org.eclipse.jgit.pgm/.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 |