copy-patches: further git setup masking
- Re-set the subject prefix to just "PATCH". - core.abbrev=8 resolves: rhbz#2034240 Signed-off-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
1e9c9bbe05
commit
8c9ce53762
@ -36,7 +36,7 @@ git rm -f [0-9]*.patch ||:
|
||||
rm -f [0-9]*.patch
|
||||
|
||||
# Get the patches.
|
||||
(cd $git_checkout; rm -f [0-9]*.patch; git -c core.abbrev=9 format-patch -O/dev/null -N --submodule=diff $tag)
|
||||
(cd $git_checkout; rm -f [0-9]*.patch; git -c core.abbrev=8 format-patch -O/dev/null --subject-prefix=PATCH -N --submodule=diff $tag)
|
||||
mv $git_checkout/[0-9]*.patch .
|
||||
|
||||
# Remove any not to be applied.
|
||||
|
Loading…
Reference in New Issue
Block a user