Re: [PATCH] run-command: fix an 'different modifiers' sparse warning

2016-02-25 Thread Ramsay Jones
On 25/02/16 21:39, Jeff King wrote: > On Thu, Feb 25, 2016 at 12:20:12PM -0800, Junio C Hamano wrote: > >> Ramsay Jones writes: >> >>> Signed-off-by: Ramsay Jones >>> --- >>> >>> Hi Jeff, >>> >>> If you need to re-roll your 'jk/epipe-in-async' branch, could you >>> please squash this into the

Re: [PATCH] run-command: fix an 'different modifiers' sparse warning

2016-02-25 Thread Jeff King
On Thu, Feb 25, 2016 at 12:20:12PM -0800, Junio C Hamano wrote: > Ramsay Jones writes: > > > Signed-off-by: Ramsay Jones > > --- > > > > Hi Jeff, > > > > If you need to re-roll your 'jk/epipe-in-async' branch, could you > > please squash this into the relevant patch. (ie. "write_or_die: > > han

Re: [PATCH] run-command: fix an 'different modifiers' sparse warning

2016-02-25 Thread Junio C Hamano
Ramsay Jones writes: > Signed-off-by: Ramsay Jones > --- > > Hi Jeff, > > If you need to re-roll your 'jk/epipe-in-async' branch, could you > please squash this into the relevant patch. (ie. "write_or_die: > handle EPIPE in async threads", 24-02-2016). > > Thanks! I actually was planning to mer

[PATCH] run-command: fix an 'different modifiers' sparse warning

2016-02-25 Thread Ramsay Jones
Signed-off-by: Ramsay Jones --- Hi Jeff, If you need to re-roll your 'jk/epipe-in-async' branch, could you please squash this into the relevant patch. (ie. "write_or_die: handle EPIPE in async threads", 24-02-2016). Thanks! ATB, Ramsay Jones run-command.c | 4 ++-- 1 file changed, 2 inserti