copy-patches: mask some differences in Laszlo's git setup
Restore these git defaults: - core.abbrev=9 - -O/dev/null resolves: rhbz#2030709, rhbz#2034160 Signed-off-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
887dcfdf42
commit
975798ac9b
@ -37,7 +37,7 @@ git rm -f [0-9]*.patch ||:
|
|||||||
rm -f [0-9]*.patch
|
rm -f [0-9]*.patch
|
||||||
|
|
||||||
# Get the patches.
|
# Get the patches.
|
||||||
(cd $git_checkout; rm -f [0-9]*.patch; git format-patch -N --submodule=diff $tag)
|
(cd $git_checkout; rm -f [0-9]*.patch; git -c core.abbrev=9 format-patch -O/dev/null -N --submodule=diff $tag)
|
||||||
mv $git_checkout/[0-9]*.patch .
|
mv $git_checkout/[0-9]*.patch .
|
||||||
|
|
||||||
# Remove any not to be applied.
|
# Remove any not to be applied.
|
||||||
|
Loading…
Reference in New Issue
Block a user