summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-06-11 13:30:57 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-06-13 15:06:10 +0200
commit6f401cc9e424f00634f89f832520c85d08daabf1 (patch)
tree67670d43661d3831115db1787879aca08d1c6ecb
parent34bdf8c607fef39a202c30953f4fbb3f33cd80eb (diff)
downloadptxdist-6f401cc9e424f00634f89f832520c85d08daabf1.tar.gz
ptxdist-6f401cc9e424f00634f89f832520c85d08daabf1.tar.xz
git-ptx-patches: create patches without signature
This avoids unnecessary changes to patches when using a different git version. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xscripts/git-ptx-patches2
1 files changed, 1 insertions, 1 deletions
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 <some-git-hash> ...'