coreutils/src
Jeffrey Finkelstein 2450493302 cp: preserve permissions when copying directory
Make cp preserve the permissions of a directory when copying
it. Before this commit,

    cp -pR src/ dest/

failed to copy the permissions of `src/` to `dest/`. After this
commit, the permissions are correctly copied.
2022-10-09 17:29:29 -04:00
..
bin Replace deprecated value_of() with get_one() 2022-09-26 16:42:42 +02:00
uu cp: preserve permissions when copying directory 2022-10-09 17:29:29 -04:00
uucore Replace deprecated value_of() with get_one() 2022-09-26 16:42:42 +02:00
uucore_procs Clippy fixes in multiple crates 2022-08-23 18:30:43 -04:00