# HG changeset patch # User Paul Eggert # Date 1193212073 25200 # Node ID a9ad63cc6c1af6ecf250ea068d4eca8322aee3b6 # Parent c99d2fbe3e692098df4f03494dbcd6467abf5a41 * README: Append ".git" to git and cg examples. Problem reported by Benoit Sigoure. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-10-24 Paul Eggert + + * README: Append ".git" to git and cg examples. + Problem reported by Benoit Sigoure. + 2007-10-23 Micah Cowan * users.txt: Add wget. diff --git a/README b/README --- a/README +++ b/README @@ -213,9 +213,9 @@ Gnulib is available for anonymous checkout. In any Bourne-shell the following should work: - $ git clone git://git.sv.gnu.org/gnulib + $ git clone git://git.sv.gnu.org/gnulib.git Or, if you prefer the CVS-like 'cogito' frontend to plain 'git': - $ cg clone git://git.sv.gnu.org/gnulib + $ cg clone git://git.sv.gnu.org/gnulib.git For a read-write checkout you need to have a login on savannah.gnu.org and be a member of the gnulib project at http://savannah.gnu.org/projects/gnulib .