coreutils/src
Michael Debertol ef9c5d4fcf cp: canonicalize paths upfront
This way later code can assume `src` and `dest` to be the actual paths
of source and destination, and do not have to constantly check
`options.dereference`.

This requires moving the error context calculation to the beginning as
well, since later steps no longer operate with the same file paths as
supplied by the user.
2021-09-01 00:16:22 +02:00
..
bin refactor/uucore ~ correct implementation of executable!() for multicall 2021-08-14 14:01:34 +02:00
uu cp: canonicalize paths upfront 2021-09-01 00:16:22 +02:00
uucore cp: correctly copy mode, ownership, acl and context 2021-09-01 00:16:22 +02:00
uucore_procs refactor/uucore ~ make util_name and execution_phrase functions 2021-08-14 17:55:18 +02:00