Merge branch 'jc/mailsplit-warn-on-tty'
commit1b54f5b89ac2efb5256b1870fabef28ea55e2f20
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Apr 2022 17:56:23 +0000 (4 10:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Apr 2022 17:56:23 +0000 (4 10:56 -0700)
tree660f6421dc8880c17487ce75a1cea48bba1dbb60
parentfe496dc5b9b527a85d381a3fc8e5f2fda9439842
parent7b20af6a069f1be1ac0354451e0edd9825b22534
Merge branch 'jc/mailsplit-warn-on-tty'

"git am" can read from the standard input when no mailbox is given
on the command line, but the end-user gets no indication when it
happens, making Git appear stuck.

* jc/mailsplit-warn-on-tty:
  am/apply: warn if we end up reading patches from terminal