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
> 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
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