From 460bc5e581e20ef28e4642e3ba0a635f7a678aa3 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Sun, 16 Nov 2008 09:04:44 -0500 Subject: Add TODO item: more general patch application --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODO') 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. -- cgit