Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Muskalla2011-09-05 21:34:42 +0000
committerMatthias Sohn2011-09-05 21:34:42 +0000
commit785e22592063936ea7719f287f1573f34b5da91c (patch)
tree012a934f6ac3791cd132c5ddb83ba4809887777c /org.eclipse.egit.mylyn-feature/.settings
parent6f5f579b51cad30da5102aa0af911bf0515724f9 (diff)
downloadegit-785e22592063936ea7719f287f1573f34b5da91c.tar.gz
egit-785e22592063936ea7719f287f1573f34b5da91c.tar.xz
egit-785e22592063936ea7719f287f1573f34b5da91c.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: I677134d6939b371a9f5a51e4e3b751da5e2bd547 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature/.settings')
-rw-r--r--org.eclipse.egit.mylyn-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs4
-rw-r--r--org.eclipse.egit.mylyn-feature/.settings/org.eclipse.mylyn.team.ui.prefs3
2 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.egit.mylyn-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs b/org.eclipse.egit.mylyn-feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
new file mode 100644
index 0000000000..823c0f56ae
--- /dev/null
+++ b/org.eclipse.egit.mylyn-feature/.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.egit.mylyn-feature/.settings/org.eclipse.mylyn.team.ui.prefs b/org.eclipse.egit.mylyn-feature/.settings/org.eclipse.mylyn.team.ui.prefs
new file mode 100644
index 0000000000..0cba949fb7
--- /dev/null
+++ b/org.eclipse.egit.mylyn-feature/.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