Re: [Spacewalk-devel] Re: 487621 - applying jbowe's patch to fix seg faults rhnpush has been causing server...

2009-03-25 Thread Miroslav Suchý
Miroslav Suchý wrote: Can we use: git am --signoff 0001-incoming.patch So we know who really pushed it. From http://kerneltrap.org/node/8329 : The Signed-off-by: tag implies that the signer was involved in the development of the patch, or that he/she was in the patch's delivery path, if a p

Re: [Spacewalk-devel] Re: 487621 - applying jbowe's patch to fix seg faults rhnpush has been causing server...

2009-03-25 Thread Miroslav Suchý
Mike McCune wrote: Applying patches is as simple as: git am 0001-incoming.patch # apply the patch in your current branch Can we use: git am --signoff 0001-incoming.patch So we know who really pushed it. -- Miroslav Suchy RHN Satellite Engineering, Red Hat __

Re: [Spacewalk-devel] Re: 487621 - applying jbowe's patch to fix seg faults rhnpush has been causing server...

2009-03-23 Thread Pradeep Kilambi
James Bowes wrote: On Mon, Mar 23, 2009 at 01:15:01PM -0400, Pradeep Kilambi wrote: Mike McCune wrote: noticed here: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=3e1bc16744a3d816dbedd7d91939ab75618c5de1 that it showed up with prad doing the commit.

Re: [Spacewalk-devel] Re: 487621 - applying jbowe's patch to fix seg faults rhnpush has been causing server...

2009-03-23 Thread James Bowes
On Mon, Mar 23, 2009 at 01:15:01PM -0400, Pradeep Kilambi wrote: > Mike McCune wrote: >> noticed here: >> >> http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=3e1bc16744a3d816dbedd7d91939ab75618c5de1 >> >> >> >> >> that it showed up with prad doing the commit. Did you use git a

Re: [Spacewalk-devel] Re: 487621 - applying jbowe's patch to fix seg faults rhnpush has been causing server...

2009-03-23 Thread Pradeep Kilambi
Mike McCune wrote: noticed here: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=3e1bc16744a3d816dbedd7d91939ab75618c5de1 that it showed up with prad doing the commit. Did you use git am? https://fedorahosted.org/spacewalk/wiki/GitGuide Applying Patches ¶ Applying patche

[Spacewalk-devel] Re: 487621 - applying jbowe's patch to fix seg faults rhnpush has been causing server...

2009-03-23 Thread Mike McCune
noticed here: http://git.fedorahosted.org/git/?p=spacewalk.git;a=commitdiff;h=3e1bc16744a3d816dbedd7d91939ab75618c5de1 that it showed up with prad doing the commit. Did you use git am? https://fedorahosted.org/spacewalk/wiki/GitGuide Applying Patches ¶ Applying patches is as simple as: g