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 e341c0a commit 3f5ac85Copy full SHA for 3f5ac85
lib/extras/git/git-functions
@@ -43,8 +43,7 @@ git-tarball-create() {
43
# Use git to list files for inclusion in the tarball
44
if ! git-ls-noticed "$gitinclude_file" \
45
| tar \
46
- --transform "s,^,${release}/," \
47
- --transform 's,${release}/\([^/]*\) -> \(.*\),\1 -> \2,' \
+ --transform "flags=r;s,^,${release}/," \
48
-czf "${tarball}" -T -
49
then
50
echo "Error: Failed to create tarball." >&2
0 commit comments