Re: [ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Michael Olbrich
On Tue, Jun 14, 2011 at 12:02:48PM -0400, Jon Ringle wrote: > On Tue, Jun 14, 2011 at 11:53 AM, Michael Olbrich > wrote: > > On Tue, Jun 14, 2011 at 10:36:42AM -0400, Jon Ringle wrote: > >> On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich > >> wrote: > >> > Signed-off-by: Michael Olbrich > >> >

Re: [ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Jon Ringle
On Tue, Jun 14, 2011 at 11:53 AM, Michael Olbrich wrote: > On Tue, Jun 14, 2011 at 10:36:42AM -0400, Jon Ringle wrote: >> On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich >> wrote: >> > Signed-off-by: Michael Olbrich >> > +if git format-patch -h | grep -q signature; then >> > +       GIT_EXTRA_A

Re: [ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Michael Olbrich
On Tue, Jun 14, 2011 at 10:36:42AM -0400, Jon Ringle wrote: > On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich > wrote: > > Signed-off-by: Michael Olbrich > > --- > > > > Does this patch help? > > > > Michael > > > >  scripts/git-ptx-patches |    6 +- > >  1 files changed, 5 insertions(+), 1

Re: [ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Jon Ringle
On Tue, Jun 14, 2011 at 6:01 AM, Michael Olbrich wrote: > Signed-off-by: Michael Olbrich > --- > > 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 >

[ptxdist] [PATCH] git-ptx-patches: use --no-signature only when supported

2011-06-14 Thread Michael Olbrich
Signed-off-by: Michael Olbrich --- 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