forked from mirrors/tar-split
tar/asm: clarify acronym
This commit is contained in:
parent
da8e59ccca
commit
081c5b9feb
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ This library for assembly and disassembly of tar archives, facilitated by
|
||||||
Concerns
|
Concerns
|
||||||
--------
|
--------
|
||||||
|
|
||||||
For completely safe assembly/disassembly, there will need to be a CAS
|
For completely safe assembly/disassembly, there will need to be a Content
|
||||||
directory, that maps to a checksum in the `storage.Entity` of
|
Addressable Storage (CAS) directory, that maps to a checksum in the
|
||||||
`storage.FileType`.
|
`storage.Entity` of `storage.FileType`.
|
||||||
|
|
||||||
This is due to the fact that tar archives _can_ allow multiple records for the
|
This is due to the fact that tar archives _can_ allow multiple records for the
|
||||||
same path, but the last one effectively wins. Even if the prior records had a
|
same path, but the last one effectively wins. Even if the prior records had a
|
||||||
|
|
Loading…
Reference in a new issue