File cvs-new-sort-option.diff of Package cvs-stable
--- contrib/rcs2log.sh +++ contrib/rcs2log.sh 2003/07/09 14:11:54 @@ -615,7 +615,7 @@ # Sort the log entries, first by date+time (in reverse order), # then by author, then by log entry, and finally by file name and revision # (just in case). -sort -t"$SOH" +2 -4r +4 +0 | +sort -t"$SOH" -k3,5r -k5 -k1 | # Finally, reformat the sorted log entries. $AWK -F"$SOH" '