diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-09 13:49:47 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-09 13:55:18 -0400 |
commit | dc132dfb0917925932a1472e6ea1dedb7988c430 (patch) | |
tree | 20573c80aac5954e1e3fb078713a3d2d9e1909ec /debian | |
parent | 13d04eb9c793a712ae64337b6f192df12c4a11ec (diff) |
rsync special remotes: When sending from a crippled filesystem, use the destination's default file permissions, as the local ones can be arbitrarily broken. (Ie, ----rwxr-x for files on Android)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 758d01504..502afde18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ git-annex (4.20130502) UNRELEASED; urgency=low * SHA: Add a runtime sanity check that sha commands output something that appears to be a real sha. * configure: Better checking that sha commands output in the desired format. + * rsync special remotes: When sending from a crippled filesystem, use + the destination's default file permissions, as the local ones can + be arbitrarily broken. (Ie, ----rwxr-x for files on Android) -- Joey Hess <joeyh@debian.org> Thu, 02 May 2013 20:39:19 -0400 |