(no commit message)
authorAtemu <Atemu@web>
Tue, 4 May 2021 02:43:14 +0000 (02:43 +0000)
committeradmin <admin@branchable.com>
Tue, 4 May 2021 02:43:14 +0000 (02:43 +0000)
doc/todo/support_macOS__39___cp_-c___40__cp_--reflink_equivalent__41__.mdwn [new file with mode: 0644]

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 (file)
index 0000000..fd28ed7
--- /dev/null
@@ -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.