This commit is contained in:
Joey Hess 2010-11-12 00:56:08 -04:00
parent c7ec38b829
commit 09da0da02f

View file

@ -0,0 +1,5 @@
The unlock command needs to copy a file, and it would be great to use this:
cp --reflink=auto src dst
O(1) overhead on BTRFS. Needs coreutils 7.6; and remember that git-annex
may be used on systems without coreutils..