diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 09:04:44 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-16 09:04:44 -0500 |
commit | 460bc5e581e20ef28e4642e3ba0a635f7a678aa3 (patch) | |
tree | 2082695367adfe71ea47e4f2b161b7fd553bc128 /TODO | |
parent | 88e0e6925e54f45227da5c09c38f3b217a1e1b85 (diff) | |
download | git-bz-460bc5e581e20ef28e4642e3ba0a635f7a678aa3.tar.gz |
Add TODO item: more general patch application
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |