Re: [PATCH 2/4] mergetool--lib: Improve the help text in guess_merge_tool()

2013-01-27 Thread Junio C Hamano
David Aguilar writes: > This code path is only activated when the user does not have a valid > configured tool. Add a message to guide new users towards configuring a > default tool. > > Signed-off-by: David Aguilar > --- > git-mergetool--lib.sh | 9 - > 1 file changed, 8 insertions(+)

[PATCH 2/4] mergetool--lib: Improve the help text in guess_merge_tool()

2013-01-27 Thread David Aguilar
This code path is only activated when the user does not have a valid configured tool. Add a message to guide new users towards configuring a default tool. Signed-off-by: David Aguilar --- git-mergetool--lib.sh | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/git-merge