We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ff619 commit eb1038bCopy full SHA for eb1038b
misc/build/linux/make_tar.sh
@@ -17,7 +17,7 @@ git archive --prefix "${PACKAGE}/" -o "${PACKAGE}.tar" HEAD
17
18
# add submodules
19
git submodule foreach --recursive \
20
- "git archive --prefix=${PACKAGE}/\$path/ --output=\$sha1.tar HEAD &&
+ "git archive --worktree-attributes --prefix=${PACKAGE}/\$path/ --output=\$sha1.tar HEAD &&
21
tar --concatenate --file=$(pwd)/${PACKAGE}.tar \$sha1.tar &&
22
rm \$sha1.tar"
23
0 commit comments