commit:     572d430a2c926349edf25aa3d73b5b2faec749b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 03:21:25 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 03:21:25 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/toolchain/binutils-patches.git/commit/?id=572d430a

make-tarball.sh: pass --no-cover-letter --no-base

.. as if these are set by default in ~/.gitconfig, it makes noise in
the patchset tarball that we don't want.

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 cb50a93..09f7ffc 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 format-patch ${starttag}..HEAD > /dev/null || exit 1
+git --no-cover-letter --no-base format-patch ${starttag}..HEAD > /dev/null || 
exit 1
 
 # remove all patches where the summary line starts with:
 # - [no-tarball]: not related to upstream tarball

Reply via email to