From: Jim Meyering Date: Tue, 20 Feb 2007 21:37:18 +0000 (+0100) Subject: Now that we use GIT, not cvs, rename README-cvs. X-Git-Tag: COREUTILS-6_8~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf919bcdfc752edc0d33fab48010b91029ccf5f;p=thirdparty%2Fcoreutils.git Now that we use GIT, not cvs, rename README-cvs. * README-hacking: Renamed from... * README-cvs: ...this. --- diff --git a/ChangeLog b/ChangeLog index 9df052e175..926d57f40a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-02-20 Jim Meyering + Now that we use GIT, not cvs, rename README-cvs. + * README-hacking: Renamed from... + * README-cvs: ...this. + * src/env.c (main): When invoked with no arguments (i.e. when printing the environment), use a local variable to iterate through the global "environ" array, rather than "environ" itself. This is solely to diff --git a/README-cvs b/README-hacking similarity index 100% rename from README-cvs rename to README-hacking