Re: [PATCH] t: add multi-parent test of diff-tree --stdin

2017-02-22 Thread brian m. carlson
On Wed, Feb 22, 2017 at 03:42:25PM -0800, Junio C Hamano wrote: > "brian m. carlson" writes: > > > We were lacking a test that covered the multi-parent case for commits. > > Add a basic test to ensure we do not regress this behavior in the > > future. > > > >

Re: [PATCH] t: add multi-parent test of diff-tree --stdin

2017-02-22 Thread Jeff King
On Wed, Feb 22, 2017 at 03:42:25PM -0800, Junio C Hamano wrote: > "brian m. carlson" writes: > > > We were lacking a test that covered the multi-parent case for commits. > > Add a basic test to ensure we do not regress this behavior in the > > future. > > > >

Re: [PATCH] t: add multi-parent test of diff-tree --stdin

2017-02-22 Thread Junio C Hamano
"brian m. carlson" writes: > We were lacking a test that covered the multi-parent case for commits. > Add a basic test to ensure we do not regress this behavior in the > future. > > Signed-off-by: brian m. carlson > --- >

[PATCH] t: add multi-parent test of diff-tree --stdin

2017-02-22 Thread brian m. carlson
We were lacking a test that covered the multi-parent case for commits. Add a basic test to ensure we do not regress this behavior in the future. Signed-off-by: brian m. carlson --- t/t4013-diff-various.sh | 19 +++ 1 file changed, 19 insertions(+)