1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-23 14:41:43 +00:00
borg/docs
Lauri Niskanen 9d1a30c08b Add '--sort' option for sorting diff command output
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.
2016-03-31 18:55:02 +03:00
..
_static Document logo font. Recreate logo png. Remove GIMP logo file. 2016-03-25 22:43:29 -07:00
borg_theme/css CSS !important overwrite. Fix borgbackup/borg#727 2016-03-09 19:01:49 -06:00
misc change the builtin default for --chunker-params, create 2MiB chunks, fixes #343 2016-01-24 15:44:09 +01:00
usage Add '--sort' option for sorting diff command output 2016-03-31 18:55:02 +03:00
api.rst add changes from running build_api and build_usage 2016-03-17 14:35:56 +01:00
authors.rst move authors to a stub, include LICENSE 2015-10-07 18:33:31 -04:00
changes.rst implement password roundtrip, fixes #695 2016-03-05 16:21:44 +01:00
conf.py sphinx configuration: fix to create a simple man page from usage docs 2016-01-13 01:20:32 +01:00
deployment.rst docs: Updated examples in deployment.rst, fixes #644 2016-02-15 21:37:50 +01:00
development.rst fix order in release process docs 2016-02-07 14:44:49 +01:00
faq.rst document how to debug / file filesystem issues, fixes #664 2016-03-12 00:48:26 +01:00
global.rst.inc fix some minor cosmetic code/docs issues 2016-01-30 00:01:13 +01:00
index.rst docs/deployment: Add borg storage server setup example 2016-01-13 21:06:03 +01:00
installation.rst Merge branch 'packaged-for-guix' of https://github.com/lfam/borg into lfam-packaged-for-guix 2016-03-26 14:20:48 +01:00
internals.rst docs: updates and fixes 2016-02-01 03:22:02 +01:00
Makefile fix homepage URL in all remaining places 2015-10-09 15:54:04 -04:00
quickstart.rst update and improve docs 2016-02-27 17:22:56 +01:00
resources.rst add gource video to resources docs, fixes #507 2016-01-15 10:34:05 +01:00
support.rst docs: updates and fixes 2016-02-01 03:22:02 +01:00
usage.rst Add 'x' status for excluded paths (#814) 2016-03-30 22:38:31 -04:00