Re: [PATCH v2 2/2] t: git-show: adapt tests to fixed 'git show'

2014-05-13 Thread Max Kirillov
On Tue, May 13, 2014 at 12:26:42PM -0700, Junio C Hamano wrote: > Hmph. Having these as two separate commits would mean that 1/2 > alone will break the test, hurting bisectability a little bit. The > necessary adjustments in this patch is small enough that we may be > better off squashing them in

Re: [PATCH v2 2/2] t: git-show: adapt tests to fixed 'git show'

2014-05-13 Thread Junio C Hamano
Max Kirillov writes: > 'git show' used to print extra newline after merge commit, and it was > recorded so into the test reference data. Now when the behavior is > fixed, the tests should be updated. > > Signed-off-by: Max Kirillov > --- Hmph. Having these as two separate commits would mean th