diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-03 22:30:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-03 22:30:13 +0000 |
commit | c4836a781140ea15e8ce41133cbd07402948f6dc (patch) | |
tree | 7e2ee09255d6b183403d986701e5fc811bec435a /doc | |
parent | 47c5a14bad1744c537359f31a4be7e1261d2270b (diff) | |
download | coreutils-c4836a781140ea15e8ce41133cbd07402948f6dc.tar.xz |
*** empty log message ***
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7eb690d39..bbefb5002 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +2002-03-03 Paul Eggert <eggert@twinsun.com> + + Make cp -r equivalent to cp -R. Add a new cp option --copy-contents + for people who want to emulate the traditional (and rarely desirable) + cp -r behavior. + + * coreutils.texi (cp invocation): Document this. + Fix some related minor bugs: --no-dereference is no longer + equivalent to -d, and --archive (-a) can override the other + symlink options. Warn that cp -R is not portable on symbolic + links unless you also specify -P. + 2002-03-02 Jim Meyering <meyering@lucent.com> * coreutils.texi (cp invocation): Document that cp -r |