summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2009-02-27 17:28:19 +1100
committerJeremy Kerr <jk@ozlabs.org>2009-02-27 17:28:19 +1100
commit2fafea217c871c27f817ac8dfc2700409b23cb81 (patch)
tree8ec47c8eb80da9e8edd40b8948a1ea263daa9ff0
parent5e9bc6bd48f251b69ebfae7c4da41ac31d99561b (diff)
downloadpatchwork-2fafea217c871c27f817ac8dfc2700409b23cb81.tar.bz2
patchwork-2fafea217c871c27f817ac8dfc2700409b23cb81.tar.xz
docs: add items to todo
Additions to pwclient. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index cc82e22..b0e7a91 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -10,3 +10,10 @@
* Reviewed-by and Tested-by
* In-message From: header
* Per-user default filter settings
+* pwclient: -b <bundle> to specify multiple patch ids
+* pwclient: pwclient git-am [-b <bundle>|<id>] --signoff
+ (or pwclient exec [-b <bundle>|<id>] 'git am --signoff'?)
+* pwclient: add bundle manipulation and retrieval ops
+* pwclient: specify multiple patches by ID range
+* pwclient: integrate hash parser
+* pwclient: add example scripts (eg, git post-commit hook) to online help