On Tue, Sep 16, 2014 at 12:24 AM, Junio C Hamano [off-list ref] wrote:
A failing test has been added at the end for smart HTTP. It appears
that somewhere in the callchain "--signed" is forgotten and the
sending end not to send the certificate for some reason. If
somebody with a fresh set of eyes can look into it, that would be
very much appreciated, as I do not expect I would have sufficient
concentration to dig it quickly for several days at least.
It seems that smart HTTP is using "git send-pack" (called from
push_git()), that doesn't still know anything about signed pushes. I
think this is the point where the flag is forgotten.