Merge branch 'cc/subprocess-handshake-missing-capabilities'
commitd1615f93aca8e0380022066910701aaab29c690e
authorJunio C Hamano <gitster@pobox.com>
Thu, 24 Aug 2017 17:20:02 +0000 (24 10:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Aug 2017 17:20:02 +0000 (24 10:20 -0700)
tree9026abf828c7b340c13176202dc10e29ce1a49d5
parent11bd95604ab6ebc8c2edf7db4dccb33c7659890b
parentd3ba566342a4fd81b24d926efc35506d58e10a19
Merge branch 'cc/subprocess-handshake-missing-capabilities'

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