Re: [PATCH] mergetool--lib: Allow custom commands to override built-ins

2012-09-26 Thread Junio C Hamano
Ramkumar Ramachandra artag...@gmail.com writes: Hi David, David Aguilar wrote: diff_cmd () { - merge_tool_cmd=$(get_merge_tool_cmd $1) - if test -z $merge_tool_cmd - then - status=1 - break - fi - ( eval $merge_tool_cmd ) -

Re: [PATCH] mergetool--lib: Allow custom commands to override built-ins

2012-09-26 Thread David Aguilar
On Wed, Sep 26, 2012 at 7:06 AM, Junio C Hamano gits...@pobox.com wrote: Ramkumar Ramachandra artag...@gmail.com writes: Hi David, David Aguilar wrote: diff_cmd () { - merge_tool_cmd=$(get_merge_tool_cmd $1) - if test -z $merge_tool_cmd - then - status=1