Commit f45b64d8 authored by Wayne Davison's avatar Wayne Davison

Improved the sort comment.

parent 56ce72c4
......@@ -94,8 +94,8 @@ Changes since 2.6.9:
- The file-list sorting algorithm now uses a sort that keeps any same-
named items in the same order as they were specified. This allows
rsync to always ensure that the first of the duplicates is the one
that will be included in the copy. The new sort was also faster than
the GNU C version of qsort() (and mergesort() too) in my testing.
that will be included in the copy. The new sort was also faster
than the glibc version of qsort() and mergesort() in my testing.
- Rsync now supports the transfer of 64-bit timestamps (time_t values).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment