From 80238086abb0722a444ee65789f76f0909d38848 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 7 Nov 2019 11:41:28 +0100 Subject: [PATCH] git2spec: include contents of binaries in patches The patches don't include the binary files, such as the iBFT table for testing, which makes %autosetup sad. --- git2spec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git2spec.pl b/git2spec.pl index 9ddc38051..8d4f3bcff 100755 --- a/git2spec.pl +++ b/git2spec.pl @@ -10,7 +10,7 @@ sub create_patches { mkdir $pdir, 0755; - open( GIT, 'git log -p --pretty=email --stat -m --first-parent --reverse '.$tag.'..HEAD |'); + open( GIT, 'git log -p --pretty=email --stat -m --first-parent --reverse --binary '.$tag.'..HEAD |'); while () { if (/^From [a-z0-9]{40} .*$/) { -- 2.47.3