pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 18ee41ee83a8a739739dc64a3743958596f72438
parent 7c7bb84e777043b7bb6a2a7a5a8c1a1baac92469
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 28 Apr 2024 18:00:34 +0200

remove unnecessary argument

Diffstat:
Mbin/git_export_tarball.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/git_export_tarball.sh b/bin/git_export_tarball.sh @@ -21,6 +21,6 @@ fi cd "${1}/${2}/${3}.git" || exit 1; # Create tarball and place it in the export-directory -git archive -0 --format=tar.gz -o "${1}/${2}/${3}.exp/main.tar.gz" main && +git archive --format=tar.gz -o "${1}/${2}/${3}.exp/main.tar.gz" main && echo "Archive can be retrieved from ${2}/${3}.exp/main.tar.gz"