summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-06-13 20:23:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-06-13 20:33:52 -0400
commit30d7cce7ecb7dbcbabe83ab3f6cd5f32ce685992 (patch)
tree9d02220fe41dbdd8c7e62812fda0fcf2fda6b022 /debian
parenteb5fbc4cb97b73ad5d5d194600cc52c99edc89a0 (diff)
rsync is now used when copying files from repos on other filesystems
cp is still used when copying file from repos on the same filesystem, since --reflink=auto can make it significantly faster on filesystems such as btrfs. Directory special remotes still use cp, not rsync. It's not clear what tmp file should be used when rsyncing to such a remote.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 09655df65..0837a9f34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+git-annex (0.20110611) UNRELEASED; urgency=low
+
+ * rsync is now used when copying files from repos on other filesystems.
+ cp is still used when copying file from repos on the same filesystem,
+ since --reflink=auto can make it significantly faster on filesystems
+ such as btrfs.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 13 Jun 2011 19:53:24 -0400
+
git-annex (0.20110610) unstable; urgency=low
* Add --numcopies option.