]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/run-command-notdot' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:50 +0000 (22:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:50 +0000 (22:57 +0900)
commit1bf5d99b12faad5c895e4807ee6485acddc453c3
tree43566e0cb72af3e641c6e5e7778bbc35429d8877
parenta51c63809e67a40767313df3bb1ca3e88053ff1f
parentf67b980771b8cda5fc2093aef6dbec5d7210dcab
Merge branch 'jk/run-command-notdot' into maint

The implementation of run_command() API on the UNIX platforms had a
bug that caused a command not on $PATH to be found in the current
directory.

* jk/run-command-notdot:
  run-command: mark path lookup errors with ENOENT
t/t0061-run-command.sh