Merge branch 'cc/subprocess-handshake-missing-capabilities' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:18 +0000 (23:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 20 Aug 2017 06:07:18 +0000 (23:07 -0700)
commitc512710fdae71056cacd513524421ba7f5f219c8
tree8d9208b6d1a60fadab76b6837a7db087e2dad48e
parentfaa63f819679aa1e49d735f8e7e55f0511adbd66
parentd3ba566342a4fd81b24d926efc35506d58e10a19
Merge branch 'cc/subprocess-handshake-missing-capabilities' into next

When handshake with a subprocess filter notices that the process
asked for an unknown capability, Git did not report what program
the offending subprocess was running.  This has been corrected.

* cc/subprocess-handshake-missing-capabilities:
  sub-process: print the cmd when a capability is unsupported
sub-process.c