]> git.ipfire.org Git - thirdparty/coreutils.git/commit
* NEWS: Document fix for cp --parents.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 Feb 2007 17:12:11 +0000 (18:12 +0100)
committerJim Meyering <jim@meyering.net>
Sat, 3 Feb 2007 17:12:11 +0000 (18:12 +0100)
commit1c73876f5f7973ca41caaf0ce326254b1081713a
tree168710b53277fa888fc53d184d00bb088338192a
parent251f774621735e208e3800022ad4acd0b785784e
* NEWS: Document fix for cp --parents.
* src/cp.c (make_dir_parents_private): Report the error sooner with
"cp --parents DIR/FILE DEST" when DIR is a non-directory, thus not
creating the directory, DEST/DIR.
* tests/cp/cp-parents: Test for the non-race-condition bug fixed
by the above change.
ChangeLog
NEWS
src/cp.c
tests/cp/cp-parents