Re: [E-devel] Every time you submit a long stack of patches God kills a kitten 😠

2019-01-17 Thread Mike Blumenkrantz
A solution to this is to use `git phab attach -n $patches`. The -n option makes the patches independent of other patches, so they do not get added to any stack. Here are some example workflows which avoid making large stacks of unrelated patches: * Have series of 3 patches, 2 independent patches,

Re: [E-devel] Every time you submit a long stack of patches God kills a kitten 😠

2019-01-17 Thread Cedric Bail
‐‐‐ Original Message ‐‐‐ On Thursday, January 17, 2019 2:31 AM, Xavi Artigas wrote: > Just so you all know (I am looking at nobody in particular). <3 > When you submit a long stack of unrelated patches to Phab, to test if a > single patch works I need to apply all the previous ones, O

Re: [E-devel] Every time you submit a long stack of patches God kills a kitten 😠

2019-01-17 Thread Felipe Magno de Almeida
On Thu, Jan 17, 2019 at 7:32 PM Xavi Artigas wrote: > > Just so you all know (I am looking at nobody in particular). > > When you submit a long stack of unrelated patches to Phab, to test if a > single patch works I need to apply all the previous ones, OR I need to > apply the dependencies one by

[E-devel] Every time you submit a long stack of patches God kills a kitten 😠

2019-01-17 Thread Xavi Artigas
Just so you all know (I am looking at nobody in particular). When you submit a long stack of unrelated patches to Phab, to test if a single patch works I need to apply all the previous ones, OR I need to apply the dependencies one by one, but then I need to find out which patches in the stack are