On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich
<m.olbr...@pengutronix.de> wrote:
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> ---
>
> Does this patch help?
>
> Michael
>
>  scripts/git-ptx-patches |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches
> index 8637055..04b1405 100755
> --- a/scripts/git-ptx-patches
> +++ b/scripts/git-ptx-patches
> @@ -59,8 +59,12 @@ case "$remove_old" in
>                ;;
>  esac
>
> +if git format-patch -h | grep -q signature; then
> +       GIT_EXTRA_ARGS="--no-signature"
> +fi
Some manual testing of 'git format-patch -h' has output going to
stderr rather than stdout... Does it work for you?

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to