Merge branch 'jk/run-command-eacces'
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Apr 2012 22:50:03 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Apr 2012 22:50:03 +0000 (15:50 -0700)
When PATH contains an unreadable directory, alias expansion code did not
kick in, and failed with an error that said "git-subcmd" was not found.

By Jeff King (1) and Ramsay Jones (1)
* jk/run-command-eacces:
  run-command: treat inaccessible directories as ENOENT
  compat/mingw.[ch]: Change return type of exec functions to int

1  2 
cache.h
run-command.c

diff --cc cache.h
Simple merge
diff --cc run-command.c
Simple merge