comparison docs/notes.rst @ 270:42f4ca423ab3

treesum: REFACTOR: Major refactoring of computing digests: - Digests that are created by reading symlink targets are created as if the result of readllink() is the content of a regulare file: no special tagging is done now. - All digest values have their canonical algorithm name prepended. - Normalize the order of computation
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Feb 2025 16:07:28 +0100
parents d7be68a8937d
children c02a57df2a29
comparison
equal deleted inserted replaced
269:fc002983253c 270:42f4ca423ab3
8 8
9 Symlink to directory 9 Symlink to directory
10 10
11 ``./@`` 11 ``./@``
12 12
13 Symlink to other filesystem object 13 Symlink to other filesystem object.
14 Also used if the link is broken and the target type cannot determined.
14 15
15 Other paths that *end* with: 16 Other paths that *end* with:
16 17
17 ``/./@/`` 18 ``/./@/``
18 19
19 Symlink to a directory 20 Symlink to a directory
20 21
21 ``/./@` 22 ``/./@`
22 23
23 Symlink to other filesystem object 24 Symlink to other filesystem object.
25 Also used if the link is broken and the target type cannot determined.
24 26
25 27
26 Fields: 28 Fields:
27 29
28 ``FSENCODING`` 30 ``FSENCODING``