From: Björn Steinbrink Date: Sun, 11 Nov 2007 17:38:11 +0000 (+0100) Subject: t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATH X-Git-Tag: v1.5.3.7~14^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e70f3202512a022898657047b59b46355be1631b?hp=e70f3202512a022898657047b59b46355be1631b t7005-editor.sh: Don't invoke real vi when it is in GIT_EXEC_PATH The git wrapper executable always prepends the GIT_EXEC_PATH build variable to the current PATH, so prepending "." to the PATH is not enough to give precedence to the fake vi executable. The --exec-path option allows to prepend a directory to PATH even before GIT_EXEC_PATH (which is added anyway), so we can use that instead. Signed-off-by: Björn Steinbrink Signed-off-by: Junio C Hamano ---