summaryrefslogtreecommitdiff
path: root/issues/i_c77fae7c.cil
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2010-08-05 20:52:17 -0400
committerFrancois Marier <francois@debian.org>2010-08-05 20:52:17 -0400
commit79cef0ebbb86de5ccac38255434d0d2bb18fb3c1 (patch)
treec52a30aed1698086e887ea80b989168416e18f17 /issues/i_c77fae7c.cil
parent2b73a8c304bf705eaa3b83526698e4278accdf46 (diff)
parent9fcb3bc29dfd429f521c4e40452197dc364310c3 (diff)
Merge commit 'upstream/0.07.00'
Diffstat (limited to 'issues/i_c77fae7c.cil')
-rw-r--r--issues/i_c77fae7c.cil22
1 files changed, 22 insertions, 0 deletions
diff --git a/issues/i_c77fae7c.cil b/issues/i_c77fae7c.cil
new file mode 100644
index 0000000..cc55b9f
--- /dev/null
+++ b/issues/i_c77fae7c.cil
@@ -0,0 +1,22 @@
+Summary: Make commit messages nicer when multiple issues are updated
+Status: Finished
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Label: Milestone-v0.07
+Inserted: 2010-01-27T23:59:52
+Updated: 2010-01-29T05:40:37
+
+When updating the status, label, depends on or precedes (and other things which
+can happen to multiple issues at any one time), the commit message doesn't say
+which issues were affected.
+
+Since we don't want them all on the same line, we could have a commit message
+much like the following:
+
+Added label 'Milestone-v0.07'
+
+* cafebabe
+* blahblah
+* issue102
+
+etc