]> git.mjollnir.org Git - cil.git/commitdiff
cil-c77fae7c: New Issue
authorAndrew Chilton <andychilton@gmail.com>
Thu, 28 Jan 2010 00:02:10 +0000 (13:02 +1300)
committerAndrew Chilton <andychilton@gmail.com>
Thu, 28 Jan 2010 00:02:10 +0000 (13:02 +1300)
issues/i_c77fae7c.cil [new file with mode: 0644]

diff --git a/issues/i_c77fae7c.cil b/issues/i_c77fae7c.cil
new file mode 100644 (file)
index 0000000..0870527
--- /dev/null
@@ -0,0 +1,22 @@
+Summary: Make commit messages nicer when multiple issues are updated
+Status: New
+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-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