summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-09-22 16:43:18 -0700
committerWayne Davison <wayne@opencoder.net>2020-09-22 16:45:07 -0700
commit740ed11aa82bb61022d927e669e3c79f704c941b (patch)
treefefcf7592f4482e2184d7672d9177f5a3c2b0a30 /NEWS.md
parentd2a97a7ab492e0d0548708251309e077e6aa8c8b (diff)
downloadrsync-740ed11aa82bb61022d927e669e3c79f704c941b.tar.gz
Make the extra info on the "exists" messages optional.
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/NEWS.md b/NEWS.md
index 5254e6a9..d978222c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,16 +4,6 @@
## Changes in this version:
-### OUTPUT CHANGES:
-
- - Added a parenthetic suffix to the "FILENAME exists" output of
- `--ignore-existing --info=skip` (note that `-vv` implies `--info=skip`).
- The skip message is now "FILENAME exists (INFO)" where the INFO is one of
- uptodate, type differs, or differs. The suffix may be omitted when using
- `--checksum` unless `--info=skip2` was used (since we don't want to slow
- down rsync with extra checksum operations unless the user really wants to
- see the full difference info).
-
### BUG FIXES:
- Fix a bug with `--mkpath` if a single-file copy specifies an existing
@@ -40,6 +30,10 @@
- Optimize the AVX2 checksum code a bit more.
+ - Added extra info to the "FILENAME exists" output of `--ignore-existing` when
+ `--info=skip2` is used. The skip message becomes "FILENAME exists (INFO)"
+ where the INFO is one of uptodate, type differs, or differs.
+
- Some manpage improvements.
### PACKAGING RELATED: