From: Atemu Date: Tue, 4 May 2021 02:43:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~444 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6299fd688bfeedfa067618e9d980d45c9c3d182a;p=git-annex.git --- diff --git a/doc/todo/support_macOS__39___cp_-c___40__cp_--reflink_equivalent__41__.mdwn b/doc/todo/support_macOS__39___cp_-c___40__cp_--reflink_equivalent__41__.mdwn new file mode 100644 index 0000000000..fd28ed7aa8 --- /dev/null +++ b/doc/todo/support_macOS__39___cp_-c___40__cp_--reflink_equivalent__41__.mdwn @@ -0,0 +1,3 @@ +macOS has CoW copies too but they're only available via the `/bin/cp` binary as GNU coreutils doesn't support using macOS' calls for this unfortunately. + +One trouble here is that it doesn't automatically fall back to a non-reflink copy when a reflink copy is not possible, so that would have to be handled by us somehow.