We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d0cfa0 + 1dcfd67 commit cd412a4Copy full SHA for cd412a4
Documentation/git-archive.adoc
@@ -54,6 +54,11 @@ OPTIONS
54
Prepend <prefix>/ to paths in the archive. Can be repeated; its
55
rightmost value is used for all tracked files. See below which
56
value gets used by `--add-file`.
57
++
58
+The <prefix> is used as given and is not normalized. It may
59
+include leading slashes or parent directory components (e.g.,
60
+`../`). Some archive consumers may treat such paths as
61
+potentially unsafe and adjust or warn during extraction.
62
63
-o <file>::
64
--output=<file>::
0 commit comments