Re: [Intel-gfx] [maintainer-tools PATCH 1/2] dim: Accept .mbox and .patch files as apply-branch optional argument.

2017-08-17 Thread Rodrigo Vivi
On Thu, Aug 17, 2017 at 12:57 AM, Daniel Vetter wrote: > On Thu, Aug 17, 2017 at 10:30:02AM +0300, Jani Nikula wrote: >> On Wed, 16 Aug 2017, Rodrigo Vivi wrote: >> > Instead of forcing users to cat .patch or .mbox let's accept them >> > as optional

Re: [Intel-gfx] [maintainer-tools PATCH 1/2] dim: Accept .mbox and .patch files as apply-branch optional argument.

2017-08-17 Thread Daniel Vetter
On Thu, Aug 17, 2017 at 10:12 AM, Jani Nikula wrote: > On Thu, 17 Aug 2017, Daniel Vetter wrote: >> One thing we maybe could be doing is a more fancy aliasing feature, along >> the lines of git aliases, where you can do whatever you want. Then you >> could

Re: [Intel-gfx] [maintainer-tools PATCH 1/2] dim: Accept .mbox and .patch files as apply-branch optional argument.

2017-08-17 Thread Jani Nikula
On Thu, 17 Aug 2017, Daniel Vetter wrote: > One thing we maybe could be doing is a more fancy aliasing feature, along > the lines of git aliases, where you can do whatever you want. Then you > could do a dim apply-curl alias which resolves to curl $arg | dim apply. > Not sure how

Re: [Intel-gfx] [maintainer-tools PATCH 1/2] dim: Accept .mbox and .patch files as apply-branch optional argument.

2017-08-17 Thread Daniel Vetter
On Thu, Aug 17, 2017 at 10:30:02AM +0300, Jani Nikula wrote: > On Wed, 16 Aug 2017, Rodrigo Vivi wrote: > > Instead of forcing users to cat .patch or .mbox let's accept them > > as optional argument for dim apply-branches. > > Well, that's a useless use of cat anyway. You

Re: [Intel-gfx] [maintainer-tools PATCH 1/2] dim: Accept .mbox and .patch files as apply-branch optional argument.

2017-08-17 Thread Jani Nikula
On Wed, 16 Aug 2017, Rodrigo Vivi wrote: > Instead of forcing users to cat .patch or .mbox let's accept them > as optional argument for dim apply-branches. Well, that's a useless use of cat anyway. You could do $ dim apply-branch branch < patch.mbox > Cc: Daniel Vetter

[Intel-gfx] [maintainer-tools PATCH 1/2] dim: Accept .mbox and .patch files as apply-branch optional argument.

2017-08-16 Thread Rodrigo Vivi
Instead of forcing users to cat .patch or .mbox let's accept them as optional argument for dim apply-branches. Cc: Daniel Vetter Cc: Jani Nikula Signed-off-by: Rodrigo Vivi --- dim | 10 +- dim.rst | 2 +- 2