summaryrefslogtreecommitdiff
path: root/issues/i_b5a4ef93.cil
diff options
context:
space:
mode:
Diffstat (limited to 'issues/i_b5a4ef93.cil')
-rw-r--r--issues/i_b5a4ef93.cil38
1 files changed, 38 insertions, 0 deletions
diff --git a/issues/i_b5a4ef93.cil b/issues/i_b5a4ef93.cil
new file mode 100644
index 0000000..692f5fb
--- /dev/null
+++ b/issues/i_b5a4ef93.cil
@@ -0,0 +1,38 @@
+Summary: Add a '--commit' to 'cil add' (plus some others)
+Status: Finished
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Label: Milestone-v0.06
+Comment: d98c9a37
+Comment: da74ee18
+Inserted: 2009-12-23T06:27:27
+Updated: 2010-01-22T02:15:23
+
+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 :)