Re: [RFC PATCH 1/1] am: add gitk patch format

2014-09-03 Thread Chris Packham
Reviewing my own code. On Wed, Sep 3, 2014 at 9:35 PM, Chris Packham wrote: > Patches created using gitk's "write commit to file" functionality (which > uses 'git diff-tree -p --pretty' under the hood) need some massaging in > order to apply cleanly. This consists of dropping the 'commit' line >

[RFC PATCH 1/1] am: add gitk patch format

2014-09-03 Thread Chris Packham
Patches created using gitk's "write commit to file" functionality (which uses 'git diff-tree -p --pretty' under the hood) need some massaging in order to apply cleanly. This consists of dropping the 'commit' line automatically determining the subject and removing leading whitespace. Signed-off-by: