diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-13 14:51:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-13 14:51:22 -0400 |
commit | 21e628912726255a5fe23bd8ef59ef60fbcef002 (patch) | |
tree | a58b2d9264aa19d4473cbe7cf8dd6e04eeec3f48 /doc | |
parent | 699b34e03f3fcdb90909b02aa4f71706b75e37b4 (diff) |
copy --fast --to remote: Avoid printing anything for files that are already believed to be present on the remote.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/copy_to_--fast_should_not_mention_every_file_it_checks.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/copy_to_--fast_should_not_mention_every_file_it_checks.mdwn b/doc/bugs/copy_to_--fast_should_not_mention_every_file_it_checks.mdwn index 7c0137fb1..81d84b300 100644 --- a/doc/bugs/copy_to_--fast_should_not_mention_every_file_it_checks.mdwn +++ b/doc/bugs/copy_to_--fast_should_not_mention_every_file_it_checks.mdwn @@ -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]] |