]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/maint-sane-execvp-notdir'
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Sep 2012 22:53:26 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Sep 2012 22:53:26 +0000 (15:53 -0700)
"git foo" errored out with "Not a directory" when the user had a non
directory on $PATH, and worse yet it masked an alias "foo" to run.

* jc/maint-sane-execvp-notdir:
  sane_execvp(): ignore non-directory on $PATH

1  2 
run-command.c

diff --cc run-command.c
Simple merge