diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-28 13:51:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-28 13:51:14 -0400 |
commit | ef8c4afd050cc729819b97a1f8864f613b6debbd (patch) | |
tree | f1e2aa10bdc7efe682913af317fcf3bd1c05fec6 /doc | |
parent | 9600c62cef11809a32a86cc48824a647f87fcc44 (diff) |
rsync special remote: Include annex-rsync-options when running rsync to test a key's presence.
Also, use the new withQuietOutput function to avoid running the shell to
/dev/null stderr in two other places.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Calls_to_rsync_don__39__t_always_use__annex-rsync-options.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/Calls_to_rsync_don__39__t_always_use__annex-rsync-options.mdwn b/doc/bugs/Calls_to_rsync_don__39__t_always_use__annex-rsync-options.mdwn index b70415bb6..df1163b46 100644 --- a/doc/bugs/Calls_to_rsync_don__39__t_always_use__annex-rsync-options.mdwn +++ b/doc/bugs/Calls_to_rsync_don__39__t_always_use__annex-rsync-options.mdwn @@ -30,3 +30,6 @@ OS: Ubuntu 12.04 Please provide any additional information below. I think this fix is as easy as including the annex-rsync-options wherever rsync is called. + +> I belive there was only the one place this was neglected. [[done]] +> --[[Joey]] |