summaryrefslogtreecommitdiff
path: root/issues/c_02a9bb68.cil
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2008-06-29 21:52:52 +1200
committerFrancois Marier <francois@debian.org>2008-06-29 21:53:41 +1200
commit41ec963c1aace994072b6d62b20cdce5370e0e8e (patch)
tree487b4918b4ecce530f214212271382cbb801f1b2 /issues/c_02a9bb68.cil
parent1893ee23dbc1f69d9dd3b03b4d28f89003762d3d (diff)
parent03a60521d41962fb3d36e8e8002e9bba51796ff6 (diff)
Merge commit 'upstream/v0.3.0'
Conflicts: bin/cil
Diffstat (limited to 'issues/c_02a9bb68.cil')
-rw-r--r--issues/c_02a9bb68.cil13
1 files changed, 13 insertions, 0 deletions
diff --git a/issues/c_02a9bb68.cil b/issues/c_02a9bb68.cil
new file mode 100644
index 0000000..554d4a3
--- /dev/null
+++ b/issues/c_02a9bb68.cil
@@ -0,0 +1,13 @@
+Issue: 85eceee9
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+Inserted: 2008-06-27T13:18:47
+Updated: 2008-06-27T13:20:01
+
+Added the --created-by and --assigned-to filters.
+
+These work just on the email address and not the whole field. E.g.
+
+ $ cil list --created-by=andy@example.com
+ $ cil list --assigned-to=andy@example.org
+
+The short options for these are -c and -a.