1+ I like that suggestion !
This is more or less the same as git itself handle this: http://wiki.eclipse.org/EGit/Contributor_Guide#Commit_message_guidelines
(they make some thins more expliziet)
Suggestion:
Add a our final commitment to http://wiki.eclipse.org/Skalli/Contributor_Guide#Commit_message_guidelines as well.
Regards Britta
From: skalli-dev-bounces@xxxxxxxxxxx [mailto:skalli-dev-bounces@xxxxxxxxxxx] On Behalf Of Ochmann, Michael
Sent: Donnerstag, 12. Mai 2011 14:38
To: skalli-dev@xxxxxxxxxxx
Subject: [skalli-dev] Howto associate git commits with bugzilla issues
Hi all,
since more and more patches come in through bugzilla, we should agree on how we want to associate a commit fixing a certain bug and the corresponding bugzilla issue. I looked around a bit what other git based projects are doing, i.e. jgit and egit, and they seem to prefer the following format (example):
Ignore submodule commits during checkout
Submodules are supposed to be handled by separate operations, so
we should …
Bug: 343566
Change-Id: I2c5ae1024ea7bb57adf27072da6acc9643018eda
Signed-off-by: Robin Rosenberg robin.rosenberg@xxxxxxxxxx
Are there other suggestions or best practices?
Regards
Michael