From 6f401cc9e424f00634f89f832520c85d08daabf1 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Sat, 11 Jun 2011 13:30:57 +0200 Subject: git-ptx-patches: create patches without signature This avoids unnecessary changes to patches when using a different git version. Signed-off-by: Michael Olbrich --- scripts/git-ptx-patches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches index 97105b9e2..86370550b 100755 --- a/scripts/git-ptx-patches +++ b/scripts/git-ptx-patches @@ -60,7 +60,7 @@ case "$remove_old" in esac echo "$PTX_PATCHES_HEADER" > .ptxdist/series -git format-patch -N -o .ptxdist/patches/ base | sed -e 's,^.ptxdist/patches/,,' >> .ptxdist/series +git format-patch -N --no-signature -o .ptxdist/patches/ base | sed -e 's,^.ptxdist/patches/,,' >> .ptxdist/series cat .ptxdist/series | _md5sum >> .ptxdist/series # The first line of the patch is 'From ...' -- cgit v1.2.3