summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1ed7654..2fc20fa 100644
--- a/TODO
+++ b/TODO
@@ -37,3 +37,11 @@ Better display of errors
Currently specifying a non-existent product/component just dumps
out raw HTML for the reply. Etc.
+
+More general patch application
+
+ 'git bz apply' currently only handles patches formated with
+ 'git format-patch', it should be able to apply general patches
+ as well. For general patches, you would use information from
+ bugzilla to prime the author and commit message, but allow
+ further editing of the commit message.