]> git.scripts.mit.edu Git - git.git/commitdiff
Merge branch 'jk/run-command-eacces' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 17:51:40 +0000 (10:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Apr 2012 17:51:41 +0000 (10:51 -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