changeset 29097:c3823da42267

* README: Append ".git" to git and cg examples. Problem reported by Benoit Sigoure.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 24 Oct 2007 00:47:53 -0700
parents 32abafb0c09e
children c942e5cb6683
files ChangeLog README
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 23 23:47:53 2007 +0200
+++ b/ChangeLog	Wed Oct 24 00:47:53 2007 -0700
@@ -1,3 +1,8 @@
+2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* README: Append ".git" to git and cg examples.
+	Problem reported by Benoit Sigoure.
+
 2007-10-23  Micah Cowan  <micah@cowan.name>
 
 	* users.txt: Add wget.
--- a/README	Tue Oct 23 23:47:53 2007 +0200
+++ b/README	Wed Oct 24 00:47:53 2007 -0700
@@ -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 .