Skip to content

smarthttp: Add finalizing vote in PostReceivePack

John Cai requested to merge jc-finalizing-vote-post-receive-pack into master

When all updates are rejected, there will be no votes cast. This leads to an unnecessary replication job. In this case, we want to cast a last but empty vote. This is the same as how SSHReceivePack works.

fixes: #4110 (closed)

Changelog: changed

Merge request reports