summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-07-29 00:08:35 +0200
committerVincent Untz <vuntz@gnome.org>2009-07-29 00:08:35 +0200
commit7087e16120b90366b3872b31365252008dd33b79 (patch)
tree1d3210fc6077dd767c131625450d352a8c7687a8 /ChangeLog
parent803e05ccbd84e752d46376b7e0a30142f6a9387a (diff)
downloadlibwnck-7087e16120b90366b3872b31365252008dd33b79.tar.gz
[misc] Update commit guidelines for referencing bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a4e0cd..f12a383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,10 +38,10 @@ tracker reference if applicable) and so forth. Be concise but not too brief.
- When committing code on behalf of others use the --author option, e.g. git
commit -a --author "Joe Coder <joe@coder.org>".
- - When referring to a bug, use this form: bgo#12345. Use bgo for
+ - When referring to a bug, you can use this form: bgo#12345. Use bgo for
bugzilla.gnome.org, but you can also reference bugs in other bug trackers:
rh means bugzilla.redhat.com, bnc means bugzilla.novell.com, lp means
launchpad.net, etc.
- When a commit closes a bug, the commit message should contain a line like:
- Closes: bgo#12345
+ Closes: http://bugzilla.gnome.org/show_bug.cgi?id=12345