diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
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. |