Re: [PATCH v3 2/2] mergetools: Simplify how we handle "vim" and "defaults" From: Junio C Hamano <hidden> Date: 2016-06-15 22:55:54 David Aguilar [off-list ref] writes: quoted hunk@@ -44,19 +46,9 @@ valid_tool () { } setup_tool () { - case "$1" in - vim*|gvim*) - tool=vim - ;; - *) - tool="$1" - ;; - esac This part was an eyesore every time I looked at mergetools scripts. Good riddance. Is there still other special case like this, or was this the last one? Thanks, both of you, for working on this.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help