log cutils/treesum.py @ 275:c72f5b2dbc6f

age author description
Thu, 20 Feb 2025 15:30:51 +0100 Franz Glasner treesum: Simplify the path computations and make the visible output more consistent.
Tue, 18 Feb 2025 18:24:16 +0100 Franz Glasner treesum: Implement the --half/-H option: follow symlinks given on the command line but no other symlinks.
Tue, 18 Feb 2025 16:07:28 +0100 Franz Glasner treesum: REFACTOR: Major refactoring of computing digests:
Tue, 18 Feb 2025 13:10:05 +0100 Franz Glasner treesum: also return the algorithm used by directory digests.
Tue, 18 Feb 2025 12:56:49 +0100 Franz Glasner treesum: refactor: remove early return and use an "else" branch instead
Tue, 18 Feb 2025 12:43:31 +0100 Franz Glasner treesum: optimize the use of flush() somewhat