Merge branch 'fk/sendmail-from-path'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Dec 2017 21:28:56 +0000 (13:28 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Dec 2017 21:28:56 +0000 (13:28 -0800)
commit577051bca44077b29f625cf14cac9360b2d11be9
tree14219c4fd8da5174bff23670c3e764851c57105f
parentd22512e0191dfceec72fadc6f2ad3690d4f9ca56
parent1ab2fd4f397d8891f5345f876d42ab360859bcca
Merge branch 'fk/sendmail-from-path'

"git send-email" tries to see if the sendmail program is available
in /usr/lib and /usr/sbin; extend the list of locations to be
checked to also include directories on $PATH.

* fk/sendmail-from-path:
  git-send-email: honor $PATH for sendmail binary