commit: 5c6f639e3cb680fdf6006a2a87ab88900a7712dd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 03:22:30 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 03:22:30 2025 +0000
URL:
https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=5c6f639e
make-tarball.sh: fix typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
make-tarball.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/make-tarball.sh b/make-tarball.sh
index 09f7ffc..e85462d 100755
--- a/make-tarball.sh
+++ b/make-tarball.sh
@@ -118,7 +118,7 @@ echo "Generated with make-tarball.sh ${mydescpatches}" >>
"tmp/README.Gentoo.pat
# create and rename patches
-git --no-cover-letter --no-base format-patch ${starttag}..HEAD > /dev/null ||
exit 1
+git format-patch --no-base --no-cover-letter ${starttag}..HEAD > /dev/null ||
exit 1
# remove all patches where the summary line starts with:
# - [no-tarball]: not related to upstream tarball