Re: [PATCH] eng/appendix-a: convert to a table

2018-12-01 Thread Joel Sherrill
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

Re: [PATCH] eng/appendix-a: convert to a table

2018-12-01 Thread Joel Sherrill
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

[PATCH] eng/appendix-a: convert to a table

2018-12-01 Thread Marçal Comajoan Cara
Convert text to a table, TBDs into comments and add missing formatting. This work was part of GCI 2018. --- eng/appendix-a.rst | 152 +++-- 1 file changed, 104 insertions(+), 48 deletions(-) diff --git a/eng/appendix-a.rst b/eng/appendix-a.rst index 633996