Re: [PATCH/WIP v2 07/19] am: extract patch, message and authorship with git-mailinfo

2015-06-14 Thread Junio C Hamano
Paul Tan pyoka...@gmail.com writes: For the purpose of applying the patch and committing the results, implement extracting the patch data, commit message and authorship from an e-mail message using git-mailinfo. git-mailinfo is run as a separate process, but ideally in the future, we should

[PATCH/WIP v2 07/19] am: extract patch, message and authorship with git-mailinfo

2015-06-11 Thread Paul Tan
For the purpose of applying the patch and committing the results, implement extracting the patch data, commit message and authorship from an e-mail message using git-mailinfo. git-mailinfo is run as a separate process, but ideally in the future, we should be be able to access its functionality