diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-17 14:31:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-17 14:31:42 -0400 |
commit | 0edf9cafa3112fe4cf7b740b9b0f797b89acdbee (patch) | |
tree | af5d1a06ebbee54797c4bf115f8303acb5fa743e /debian/changelog | |
parent | e7e07730cd988917a52693278b797a781feb0754 (diff) |
Bring back rsync -p, but only when git-annex is running on a non-crippled file system. This is a better approach to fix #700282 while not unncessarily losing file permissions on non-crippled systems.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 817e4d4b6..7c6d0bc5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,9 @@ git-annex (5.20140413) UNRELEASED; urgency=medium to clone it back the way it was. * drop --from: When local repository is untrusted, its copy of a file does not count. + * Bring back rsync -p, but only when git-annex is running on a non-crippled + file system. This is a better approach to fix #700282 while not + unncessarily losing file permissions on non-crippled systems. -- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 21:33:35 -0400 |