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)

This commit is contained in:
Joey Hess 2013-05-09 13:49:47 -04:00
parent 6c02c4c7d9
commit f92eaf6315
4 changed files with 31 additions and 15 deletions

3
debian/changelog vendored
View file

@ -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