Re: [PATCH 5/5] dim: store Link: in MERGE_MSG in apply-pull

2018-05-07 Thread Daniel Vetter
On Fri, May 04, 2018 at 05:13:23PM +0300, Jani Nikula wrote: > On Fri, 04 May 2018, Daniel Vetter wrote: > > This way there's no need for a dim apply-pull-continue, plain old git > > commit is enough. > > > > Aside: We might want to do the same trick for dim apply-branch, but > > git am is a bit h

Re: [PATCH 3/5] dim: shut up sed broken pipe noise in apply-pull

2018-05-07 Thread Daniel Vetter
On Mon, May 7, 2018 at 9:14 AM, Jani Nikula wrote: > On Fri, 04 May 2018, Daniel Vetter wrote: >> On Fri, May 4, 2018 at 4:11 PM, Jani Nikula >> wrote: >>> On Fri, 04 May 2018, Daniel Vetter wrote: "head" immediately closes its stdin, which upsets sed. Shut it up. >>> >>> I don't understa

Re: [PATCH 3/5] dim: shut up sed broken pipe noise in apply-pull

2018-05-07 Thread Jani Nikula
On Fri, 04 May 2018, Daniel Vetter wrote: > On Fri, May 4, 2018 at 4:11 PM, Jani Nikula > wrote: >> On Fri, 04 May 2018, Daniel Vetter wrote: >>> "head" immediately closes its stdin, which upsets sed. Shut it up. >> >> I don't understand this, care to expand? Can't review stuff I don't >> under