okay, I saw your repo on github before, but I thought it was just a
mirror, and that postgis was handled under svn.
I send you a pull request.
So much effort for three lines, but I am ready for next time then.
On 03/01/2012 03:22 PM, Sandro Santilli wrote:
On Thu, Mar 01, 2012 at 02:47:49PM +0100, Denis Rouzaud wrote:
I could not commit the diff in the doc/README
You need git ! :)
$ git clone git://github.com/strk/postgis.git
$ cd postgis
$ edit edit edit
$ git commit -m "I did edit !"
Then you can send the patch produced by:
$ git format-patch origin/master
Or if you're using SVN just send the output of:
$ svn diff
Or if you're _not_ using SVN get a copy of the original
README file and send the output of:
$ diff -U2 README.original README
--strk;
,------o-.
| __/ | Delivering high quality PostGIS 2.0 !
| / 2.0 | http://strk.keybit.net - http://vizzuality.com
`-o------'
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users