summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2008-11-16 09:04:44 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2008-11-16 09:04:44 -0500
commit460bc5e581e20ef28e4642e3ba0a635f7a678aa3 (patch)
tree2082695367adfe71ea47e4f2b161b7fd553bc128 /TODO
parent88e0e6925e54f45227da5c09c38f3b217a1e1b85 (diff)
downloadgit-bz-460bc5e581e20ef28e4642e3ba0a635f7a678aa3.tar.gz
Add TODO item: more general patch application
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.