This commit is contained in:
jscinoz@dc383eb6c5526eeb832a38ef5e5e626cf282ee6c 2016-07-18 04:20:02 +00:00 committed by admin
parent 5537766d96
commit 2332b6df9b

View file

@ -0,0 +1,3 @@
I believe cloning a repository on the same filesystem already makes use of cp --reflink=auto, but it appears that git-annex-{get,copy} use rsync even when both repositories involved in the copy/get are on the same filesystem.
Would it be possible for git-annex-get and git-annex-copy to use cp --reflink=auto when the source and destination repositories are on the same filesystem?