Re: [PATCH v2] difftool/mergetool: make the form of yes/no questions consistent

2016-04-13 Thread Nikola Forró
On Tue, 2016-04-12 at 14:15 -0700, Junio C Hamano wrote: > Thanks; have you run the test suite with this patch applied? Sorry, I totally forgot. I'll make sure to do that next time. Thanks, Nikola -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord

Re: [PATCH v2] difftool/mergetool: make the form of yes/no questions consistent

2016-04-12 Thread David Aguilar
On Tue, Apr 12, 2016 at 02:15:09PM -0700, Junio C Hamano wrote: > Nikola Forró writes: > > > Every yes/no question in difftool/mergetool scripts has slightly > > different form, and none of them is consistent with the form git > > itself uses. > > > > Make the form of all the questions consistent

Re: [PATCH v2] difftool/mergetool: make the form of yes/no questions consistent

2016-04-12 Thread Junio C Hamano
Nikola Forró writes: > Every yes/no question in difftool/mergetool scripts has slightly > different form, and none of them is consistent with the form git > itself uses. > > Make the form of all the questions consistent with the form used > by git. > > Reviewed-by: John Keeping > Signed-off-by:

[PATCH v2] difftool/mergetool: make the form of yes/no questions consistent

2016-04-12 Thread Nikola Forró
Every yes/no question in difftool/mergetool scripts has slightly different form, and none of them is consistent with the form git itself uses. Make the form of all the questions consistent with the form used by git. Reviewed-by: John Keeping Signed-off-by: Nikola Forró --- Changes in v2: exampl