From: Andrew Chilton Date: Wed, 23 Dec 2009 06:45:38 +0000 (+1300) Subject: cil-b5a4ef93: New Issue X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a89d9639182eac79de271390ef4884426ac270cc;p=cil.git cil-b5a4ef93: New Issue --- diff --git a/issues/i_b5a4ef93.cil b/issues/i_b5a4ef93.cil new file mode 100644 index 0000000..a416ef0 --- /dev/null +++ b/issues/i_b5a4ef93.cil @@ -0,0 +1,35 @@ +Summary: Add a '--commit' to 'cil add' (plus some others) +Status: New +CreatedBy: Andrew Chilton +AssignedTo: Andrew Chilton +Inserted: 2009-12-23T06:27:27 +Updated: 2009-12-23T06:45:14 + +When adding a new issue, I usually do: + + $ cil add + ... + $ git add issues/i_cafebabe.cil + $ git commit -m 'cil-cafebabe: New Issue' issues/i_cafebabe.cil + +To shortcut this, having the following would be nice: + + $ cil add --commit + +Also, having the following would also be nice: + + $ cil comment --add cafebabe + +to do: + + $ cil comment cafebabe + ... + $ cil add issues/i_cafebabe.cil issues/c_deadbeef.cil + +Maybe review some other commands. e.g: + + $ cil status --commit InProgress cafebabe + $ cil status --add InProgress cafebabe + $ cil label --add/commit Milestone-v0.3 cafebabe baadf00d effic0de + +Should be nice :)