uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.6k stars 1.27k forks source link

cp: fix preserved hardlinks are not reported in --verbose #6496

Closed djedi23 closed 3 months ago

djedi23 commented 3 months ago

This PR reports preserved hardlinks.

Before this PR, the reporting occured after the hardlink creation. The PR calls the verbose output before the preserved harlink processing.

Fixes #6267

sylvestre commented 3 months ago

thanks!