Re: Need Instructions to merge PR from GitHub to Apache

2015-09-19 Thread Jason van Zyl
What others may do may differ but this is what I do. For a given PR with a URL of, say, https://github.com/apache/maven/pull/67 wget https://github.com/apache/maven/pull/67.patch git apply —stat 67.patch This allows you to see what changes will be made. git apply —check 67.patch This let’s

Re: Need Instructions to merge PR from GitHub to Apache

2015-09-19 Thread Dan Tran
Thanks for instructions I run into diff format error at git am —signoff, should i go ahead to manually patch the source ( it is not that bad), or should I ask the author to redo? Thanks -Dan On Sat, Sep 19, 2015 at 5:30 PM, Jason van Zyl wrote: > What others may do may