From: Andrew Chilton Date: Thu, 28 Jan 2010 00:02:10 +0000 (+1300) Subject: cil-c77fae7c: New Issue X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=142249fec25df396d96c8915b4c17d920ae9dc6d;p=cil.git cil-c77fae7c: New Issue --- diff --git a/issues/i_c77fae7c.cil b/issues/i_c77fae7c.cil new file mode 100644 index 0000000..0870527 --- /dev/null +++ b/issues/i_c77fae7c.cil @@ -0,0 +1,22 @@ +Summary: Make commit messages nicer when multiple issues are updated +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Label: Milestone-v0.07 +Inserted: 2010-01-27T23:59:52 +Updated: 2010-01-27T23:59:52 + +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