Browse Source

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>
tags/v1.1.0.201109071825-rc3
Matthias Sohn 12 years ago
parent
commit
cfdb09e9db
38 changed files with 133 additions and 0 deletions
  1. 4
    0
      org.eclipse.jgit.ant.test/.settings/org.eclipse.mylyn.tasks.ui.prefs
  2. 3
    0
      org.eclipse.jgit.ant.test/.settings/org.eclipse.mylyn.team.ui.prefs
  3. 4
    0
      org.eclipse.jgit.ant/.settings/org.eclipse.mylyn.tasks.ui.prefs
  4. 3
    0
      org.eclipse.jgit.ant/.settings/org.eclipse.mylyn.team.ui.prefs
  5. 4
    0
      org.eclipse.jgit.console/.settings/org.eclipse.mylyn.tasks.ui.prefs
  6. 3
    0
      org.eclipse.jgit.console/.settings/org.eclipse.mylyn.team.ui.prefs
  7. 4
    0
      org.eclipse.jgit.generated.storage.dht.proto/.settings/org.eclipse.mylyn.tasks.ui.prefs
  8. 3
    0
      org.eclipse.jgit.generated.storage.dht.proto/.settings/org.eclipse.mylyn.team.ui.prefs
  9. 4
    0
      org.eclipse.jgit.http.server/.settings/org.eclipse.mylyn.tasks.ui.prefs
  10. 3
    0
      org.eclipse.jgit.http.server/.settings/org.eclipse.mylyn.team.ui.prefs
  11. 4
    0
      org.eclipse.jgit.http.test/.settings/org.eclipse.mylyn.tasks.ui.prefs
  12. 3
    0
      org.eclipse.jgit.http.test/.settings/org.eclipse.mylyn.team.ui.prefs
  13. 4
    0
      org.eclipse.jgit.iplog/.settings/org.eclipse.mylyn.tasks.ui.prefs
  14. 3
    0
      org.eclipse.jgit.iplog/.settings/org.eclipse.mylyn.team.ui.prefs
  15. 4
    0
      org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.tasks.ui.prefs
  16. 3
    0
      org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.team.ui.prefs
  17. 4
    0
      org.eclipse.jgit.junit/.settings/org.eclipse.mylyn.tasks.ui.prefs
  18. 3
    0
      org.eclipse.jgit.junit/.settings/org.eclipse.mylyn.team.ui.prefs
  19. 4
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
  20. 3
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.mylyn.team.ui.prefs
  21. 4
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
  22. 3
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.mylyn.team.ui.prefs
  23. 4
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs
  24. 3
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/.settings/org.eclipse.mylyn.team.ui.prefs
  25. 4
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/.settings/org.eclipse.mylyn.tasks.ui.prefs
  26. 3
    0
      org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/.settings/org.eclipse.mylyn.team.ui.prefs
  27. 4
    0
      org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.tasks.ui.prefs
  28. 3
    0
      org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.team.ui.prefs
  29. 4
    0
      org.eclipse.jgit.storage.dht.test/.settings/org.eclipse.mylyn.tasks.ui.prefs
  30. 3
    0
      org.eclipse.jgit.storage.dht.test/.settings/org.eclipse.mylyn.team.ui.prefs
  31. 4
    0
      org.eclipse.jgit.storage.dht/.settings/org.eclipse.mylyn.tasks.ui.prefs
  32. 3
    0
      org.eclipse.jgit.storage.dht/.settings/org.eclipse.mylyn.team.ui.prefs
  33. 4
    0
      org.eclipse.jgit.test/.settings/org.eclipse.mylyn.tasks.ui.prefs
  34. 3
    0
      org.eclipse.jgit.test/.settings/org.eclipse.mylyn.team.ui.prefs
  35. 4
    0
      org.eclipse.jgit.ui/.settings/org.eclipse.mylyn.tasks.ui.prefs
  36. 3
    0
      org.eclipse.jgit.ui/.settings/org.eclipse.mylyn.team.ui.prefs
  37. 4
    0
      org.eclipse.jgit/.settings/org.eclipse.mylyn.tasks.ui.prefs
  38. 3
    0
      org.eclipse.jgit/.settings/org.eclipse.mylyn.team.ui.prefs

+ 4
- 0
org.eclipse.jgit.ant.test/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.ant.test/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.ant/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.ant/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.console/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.console/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.generated.storage.dht.proto/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.generated.storage.dht.proto/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.http.server/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.http.server/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.http.test/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.http.test/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.iplog/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.iplog/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.junit.http/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.junit/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.junit/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.feature/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.source.feature/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.pgm/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.storage.dht.test/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.storage.dht.test/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.storage.dht/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.storage.dht/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.test/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.test/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit.ui/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit.ui/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

+ 4
- 0
org.eclipse.jgit/.settings/org.eclipse.mylyn.tasks.ui.prefs View File

@@ -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

+ 3
- 0
org.eclipse.jgit/.settings/org.eclipse.mylyn.team.ui.prefs View File

@@ -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

Loading…
Cancel
Save