• Wayne Davison's avatar
    When rsync encountered an empty file list, it behaved differently · 9d19f8a5
    Wayne Davison authored
    when pulling files than when pushing files:  pulling it output a
    (mostly) unhelpful error message and then exited with a 0 status,
    even when the remote side exited with an error code.  I changed this
    to output the normal end summary (when verbose) and to exit with the
    status intact (just like when pushing files).
    9d19f8a5
main.c 29 KB