Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2017-07-13,master
commit 22de15cf54ef900d68ae60832d71587949fb3d0e Author: Sven Eckelmann sven@narfation.org Date: Fri Aug 20 09:06:52 2010 +0000
doc: open-mesh/UsingBatmanGit
22de15cf54ef900d68ae60832d71587949fb3d0e open-mesh/UsingBatmanGit.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/open-mesh/UsingBatmanGit.textile b/open-mesh/UsingBatmanGit.textile index bcfb48ae..c7a4b34c 100644 --- a/open-mesh/UsingBatmanGit.textile +++ b/open-mesh/UsingBatmanGit.textile @@ -12,7 +12,7 @@ To retrieve the latest changes you can pull from the read-only http frontend. }}}
{{{ -git clone http://git.open-mesh.org/batman-adv/ batman-adv-git +git clone http://git.open-mesh.org/batman-adv.git batman-adv-git }}}
{{{ @@ -68,7 +68,7 @@ The linux-merge repository is a clone of Linus Torvalds developer branch. With t
{{{ git checkout maint -git pull http://git.open-mesh.org/batman-adv/ maint +git pull http://git.open-mesh.org/batman-adv.git maint }}}
and merge the maint branch into this one: