Alasql: Wiki edits

Created on 19 Apr 2017  路  5Comments  路  Source: agershun/alasql

I have made several edits to the wiki home page but I cannot do a pull request. Most of my edits are to correct the hyperlinks, as well as a typo. How can I get these to you?

All 5 comments

I know - the wiki cant be PR'ed

do a git diff > mypatch.patch and drag the file into a comment here at the issue and I will apply it to the wiki

Here it is in .txt format.....this system would not accept a .patch file.
wikichanges.txt

Hmm.

ok, one needs to do add a --color=never when saving the patch because the color info makes strange stuff to the input - and I have not been able to clean the file.

So something like

git diff HEAD > fix.patch --color=never

shuold give the correct file - it can be checked by you doing a

git apply fix.patch --check

If this does not work I read the diff manually and make the changes...

I have tried a few more times and all of the files look the same. Is there anything I can do to convert the files to a format that works for you?
fix.txt

Hey. sorry for not getting back to you. Ill make it work from her !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mathiasrw picture mathiasrw  路  5Comments

peon501 picture peon501  路  5Comments

DickSwart picture DickSwart  路  6Comments

SWard1992 picture SWard1992  路  3Comments

umasudhan picture umasudhan  路  4Comments