Merge branch 'cc/subprocess-handshake-missing-capabilities' into maint
commit27015b4f95cddd51172a8b12a05fd68f4477bdfb
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Sep 2017 08:02:55 +0000 (10 17:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Sep 2017 08:02:55 +0000 (10 17:02 +0900)
treea0ea0b06fc9e0d856fa85fc01d7732f110cd40ba
parentf1b64e8e649566971a4b55122d72f0f1d07047d1
parentd3ba566342a4fd81b24d926efc35506d58e10a19
Merge branch 'cc/subprocess-handshake-missing-capabilities' into maint

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.

We may want a follow-up fix to tighten the error checking, though.

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