1
0
Fork 0

README.md: add caveat about dup paths

This commit is contained in:
Vincent Batts 2015-03-05 14:33:05 -05:00
parent ab2fc5ec40
commit 137c8e61c9
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ precise reassembly is not possible.
(see more http://www.gnu.org/software/tar/manual/html_node/Sparse-Formats.html)
Other caveat, while tar archives support having multiple file entries for the
same path, we will not support this feature. If there are more than one entries
with the same path, expect an err (like `ErrDuplicatePath`) or a resulting tar
stream that does not validate your original checksum/signature.
Contract
--------