Fixed some "statement not reached" warnings
[platform/upstream/curl.git] / GIT-INFO
index 68a3747..16f4a22 100644 (file)
--- a/GIT-INFO
+++ b/GIT-INFO
@@ -4,10 +4,10 @@
                             | (__| |_| |  _ <| |___
                              \___|\___/|_| \_\_____|
 
-CVS-INFO
+GIT-INFO
 
-This file is only present in the CVS - never in release archives. It contains
-information about other files and things that the CVS repository keeps in its
+This file is only present in git - never in release archives. It contains
+information about other files and things that the git repository keeps in its
 inner sanctum.
 
 Compile and build instructions follow below.
@@ -20,7 +20,7 @@ Compile and build instructions follow below.
   perl/         is a subdirectory with various perl scripts
 
 To build in environments that support configure, after having extracted
-everything from CVS, do this:
+everything from git, do this:
 
 ./buildconf
 ./configure
@@ -48,9 +48,9 @@ installed:
  o nroff + perl
 
    If you don't have nroff and perl and you for some reason don't want to
-   install them, you can rename the source file src/hugehelp.c.cvs to
-   src/hugehelp.c and avoid having to generate this file. This will give you
-   a stubbed version of the file that doesn't contain actual content.
+   install them, you can rename the source file src/tool_hugehelp.c.cvs to
+   src/tool_hugehelp.c and avoid having to generate this file. This will
+   give you a stubbed version of the file that doesn't contain actual content.
 
 MAC OS X
 
@@ -63,5 +63,5 @@ MAC OS X
  3. Install the latest version of autoconf, automake and m4 with fink
  4. Install version 1.4.1 of libtool - you find it in the "unstable" section
     (read the manual to see how to get unstable versions)
- 5. Get cURL from the cvs
+ 5. Get cURL from git
  6. Build cURL with "./buildconf", "./configure", "make", "sudo make install"