[postgis-users] cannot make comments
Sandro Santilli
strk at keybit.net
Thu Mar 1 06:22:59 PST 2012
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------'
More information about the postgis-users
mailing list