mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
9d1a30c08b
Previously, on 'borg diff', the output always had first the modifications, then additions, and finally removals. Output may be easier to follow if the various kinds of changes are interleaved. This commit is a simple solution that first collects the output lines and sorts them by file path before printing. This new behavior is optional and disabled by default. It can be enabled with '--sort' command line option. This option will be especially useful after the planned multi-threading changes arrive. Multi-threading may shuffle the archive order of files making diff output hard to follow without sorting. Resolves #797. |
||
---|---|---|
.. | ||
break-lock.rst.inc | ||
change-passphrase.rst.inc | ||
check.rst.inc | ||
create.rst.inc | ||
debug-delete-obj.rst.inc | ||
debug-dump-archive-items.rst.inc | ||
debug-get-obj.rst.inc | ||
debug-put-obj.rst.inc | ||
delete.rst.inc | ||
diff.rst.inc | ||
extract.rst.inc | ||
help.rst.inc | ||
info.rst.inc | ||
init.rst.inc | ||
list.rst.inc | ||
migrate-to-repokey.rst.inc | ||
mount.rst.inc | ||
prune.rst.inc | ||
rename.rst.inc | ||
serve.rst.inc | ||
upgrade.rst.inc |