copy --fast --to remote: Avoid printing anything for files that are already believed to be present on the remote.

This commit is contained in:
Joey Hess 2014-03-13 14:51:22 -04:00
parent 62018ac879
commit 4cc34973d9
4 changed files with 29 additions and 18 deletions

View file

@ -23,3 +23,6 @@ No information whatsoever is printed during upload when ran without `--quite` it
"""]]
[[!meta title="copy --fast --to remote should be quiet when nothing to do"]]
> [[fixed|done]]; Avoided the unnecessary output in this situation.
> --[[Joey]]