summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-24 09:13:59 +0200
committerJim Meyering <meyering@redhat.com>2007-10-24 09:13:59 +0200
commitffc29e91c4ed21ff0b134ec848589b9ae87c1ce6 (patch)
treef2a80612bdf2df4f1c3b62259363654f9fa1a491 /ChangeLog
parentb924d0380eefddc4a6dd5b8521b91c3a4bc4527a (diff)
downloadcoreutils-ffc29e91c4ed21ff0b134ec848589b9ae87c1ce6.tar.xz
Doc improvements.
* README-hacking: Prefer the no-hyphen variant of git commands, e.g., use "git pull" not "git-pull". Don't presume that the only way to read this document is via a prior git clone: provide instructions for cloning coreutils, too. * README-hacking: Add "cd automake" in build instructions. From Bob Proulx.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2757dff4a..1f345eeed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-10-24 Jim Meyering <meyering@redhat.com>
+ Doc improvements.
+ * README-hacking: Prefer the no-hyphen variant of git commands,
+ e.g., use "git pull" not "git-pull".
+ Don't presume that the only way to read this document is via a
+ prior git clone: provide instructions for cloning coreutils, too.
+
+ * README-hacking: Add "cd automake" in build instructions.
+ From Bob Proulx.
+
Don't fail part 2 of tests/rm/unreadable when run as root.
* tests/rm/unreadable: With UID == 0, expect different results.
Reported by Mike Frysinger.