Re: [PATCH v2 2/5] Use -y where possible in test t7610-mergetool

2017-03-03 Thread Denton Liu
On Fri, Mar 03, 2017 at 11:39:30AM -0800, Junio C Hamano wrote: > Denton Liu writes: > > > In these tests, there are many situations where > > 'echo "" | git mergetool' is used. This replaces all of those > > occurrences with 'git mergetool -y' for simplicity and

Re: [PATCH v2 2/5] Use -y where possible in test t7610-mergetool

2017-03-03 Thread Junio C Hamano
Denton Liu writes: > In these tests, there are many situations where > 'echo "" | git mergetool' is used. This replaces all of those > occurrences with 'git mergetool -y' for simplicity and readability. "-y where _possible_" is not necessarily a good thing to do in tests.

[PATCH v2 2/5] Use -y where possible in test t7610-mergetool

2017-03-03 Thread Denton Liu
In these tests, there are many situations where 'echo "" | git mergetool' is used. This replaces all of those occurrences with 'git mergetool -y' for simplicity and readability. Signed-off-by: Denton Liu --- t/t7610-mergetool.sh | 62