summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-20 22:37:18 +0100
committerJim Meyering <jim@meyering.net>2007-02-20 22:37:18 +0100
commit4cf919bcdfc752edc0d33fab48010b91029ccf5f (patch)
treea1aacf5461be2496554ae61b6ea462ce506bdf9c /ChangeLog
parentd7226387a9fb07ec3de3913f8128a31ba95deeb2 (diff)
downloadcoreutils-4cf919bcdfc752edc0d33fab48010b91029ccf5f.tar.xz
Now that we use GIT, not cvs, rename README-cvs.
* README-hacking: Renamed from... * README-cvs: ...this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9df052e17..926d57f40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-02-20 Jim Meyering <jim@meyering.net>
+ 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