mbox series

[v3,0/4] New proc-receive hook for centralized workflow

Message ID 20200313122318.78000-1-zhiyou.jx@alibaba-inc.com (mailing list archive)
Headers show
Series New proc-receive hook for centralized workflow | expand

Message

Jiang Xin March 13, 2020, 12:23 p.m. UTC
Before writing test cases, I want to make sure whether it is on the
right direction.

Changes since v2:

* Implement a on-the-wire protocol, see commit 1/4.

* Refactor report() on both server and client side for reporting of
  proc-receive.

--

Jiang Xin (4):
  receive-pack: add new proc-receive hook
  receive-pack: refactor report for proc-receive
  refs.c: refactor to reuse ref_is_hidden()
  receive-pack: new config receive.procReceiveRefs

 Documentation/config/receive.txt |  14 ++
 builtin/receive-pack.c           | 294 ++++++++++++++++++++++++++++++-
 refs.c                           |  11 +-
 refs.h                           |   1 +
 transport.c                      |  33 +++-
 5 files changed, 332 insertions(+), 21 deletions(-)