From 6e6e3551b58de5da6eddf69dac0de3b33e244e24 Mon Sep 17 00:00:00 2001 From: "Michael W. Olson" Date: Sun, 12 Aug 2007 18:56:48 -0400 Subject: [PATCH] 2007-08-12 Michael Olson * texi/muse.texi (Development): Mention the http method for anonymous git access to the shared repo. --- ChangeLog | 5 +++++ texi/muse.texi | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6bb9968..1ec393b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-12 Michael Olson + + * texi/muse.texi (Development): Mention the http method for + anonymous git access to the shared repo. + 2007-08-10 Michael Olson * Makefile (dist, debprepare): Use git instead of tla. diff --git a/texi/muse.texi b/texi/muse.texi index 8694a8e..b053fd9 100644 --- a/texi/muse.texi +++ b/texi/muse.texi @@ -302,6 +302,13 @@ otherwise, do: git clone git://repo.or.cz/muse-el.git muse @end example +If you are behind a restrictive firewall, and do not have developer +access, then do the following instead: + +@example +git clone http://repo.or.cz/r/muse-el.git muse +@end example + @item List upstream changes that are missing from your local copy. Do this whenever you want to see whether new changes have been committed to Muse. If you wish, you may skip this step and proceed directly to -- 2.11.4.GIT