mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-11 02:48:35 -04:00
Mention the change in error message and exit status when we pull an
empty file list.
This commit is contained in:
12
NEWS
12
NEWS
@@ -8,8 +8,16 @@ Changes since 2.6.4:
|
||||
escaped characters rather than '?'s. Any non-printable character is
|
||||
output using 3 digits of octal (e.g. "\n" -> "\012"), and a backslash
|
||||
is now output as "\\". Rsync also uses your locale setting, which
|
||||
should make it treat fewer high-bit characters as non-printable, as
|
||||
appropriate.
|
||||
should make it treat fewer high-bit characters as non-printable (when
|
||||
appropriate).
|
||||
|
||||
- If rsync received an empty file list when pulling files, it would
|
||||
output an "nothing to do" message and exit with a 0 (success) exit
|
||||
status, even if the remote rsync returned an error (it did not do
|
||||
this under the same conditions when pushing files). This was changed
|
||||
to make the pulling behavior the same as the pushing behavior -- we
|
||||
now do the normal end-of-run outputting (depending on options) and
|
||||
exit with the appropriate exit status.
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user