diff --git a/ChangeLog b/ChangeLog index 9df052e17..926d57f40 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