Re: [Groff] git push did not work for me

2013-12-23 Thread Bernd Warken
Yes, it works. Thanks a lot Bernd > Von: "Werner LEMBERG" > > > IO used the following commands for that purpose: > > > > git clone git://git.savannah.gnu.org/groff.git > > This is wrong. You are a user with write access, thus you have to use > > git clone bwar...@git.sv.gnu.org:/srv/git/gr

Re: [Groff] git push did not work for me

2013-12-23 Thread Werner LEMBERG
> IO used the following commands for that purpose: > > git clone git://git.savannah.gnu.org/groff.git This is wrong. You are a user with write access, thus you have to use git clone bwar...@git.sv.gnu.org:/srv/git/groff.git instead if you want to use `git push' successfully. Werner

[Groff] git push did not work for me

2013-12-23 Thread Bernd Warken
I tried to change groff.cpp by adding the groff option -G to the usage documentation in synopsis(). IO used the following commands for that purpose: ### git clone git://git.savannah.gnu.org/groff.git cd groff/src/roff/groff emacs groff.cpp git add groff.cpp cd ../../.. git commit git push ori