From 137c8e61c9146c7de98dd7aa3b347cc8f3524db3 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 5 Mar 2015 14:33:05 -0500 Subject: [PATCH] README.md: add caveat about dup paths --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d759774..77c4e60 100644 --- a/README.md +++ b/README.md @@ -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 --------