Patch was also attached to GCI site. It worked from there. Not sure what
happened.
But it is pushed now and GCI task closed.
Thanks
--joel
On Sat, Dec 1, 2018 at 10:34 AM Joel Sherrill wrote:
> I think you need to submit this using "git format-patch".
>
> Do your work on a branch and submit th
I think you need to submit this using "git format-patch".
Do your work on a branch and submit the patches on that branch.
Something like:
git checkout master
git checkout -b am
git add FILES
git commit # pops up an editor to write message
git format-patch -o am master
# puts patch in