summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-22 15:23:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-22 15:23:29 -0400
commit982ffe047e8f0f32713a7bd128f4842afe6a2690 (patch)
tree0a5f13b165caca781d5cb73bfe0bee3c8bcc344b /debian
parent664f736f34a914ea995862f73aad56ee87b3da6e (diff)
Avoid passing -p to rsync, to interoperate with crippled filesystems.
In general, git-annex does not try to preserve file permissions. For example, they don't round trip through special remotes. So it's ok to not preserve them for git remotes either. On crippled filesystems, rsync has been observed failing after the file was transferred because it couldn't set some permission or other.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5219e4d59..55460a99e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ git-annex (3.20130217) UNRELEASED; urgency=low
* Direct mode: Support filesystems like FAT which can change their inodes
each time they are mounted.
* Direct mode: Fix support for adding a modified file.
+ * Avoid passing -p to rsync, to interoperate with crippled filesystems.
-- Joey Hess <joeyh@debian.org> Sun, 17 Feb 2013 16:42:16 -0400