Re: [PATCH 3/3] protocol docs: explain receive-pack push options

2017-05-08 Thread Jonathan Tan
On 05/05/2017 05:26 PM, Jonathan Nieder wrote: -This list is followed by a flush-pkt. Then the push options are transmitted -one per packet followed by another flush-pkt. After that the packfile that -should contain all the objects that the server will need to complete the new -references will be

Re: [PATCH 3/3] protocol docs: explain receive-pack push options

2017-05-05 Thread Jonathan Nieder
Hi, Jonathan Tan wrote: > Support for push options in the receive-pack protocol (and all Git > components that speak it) have been added over a few commits, but not > fully documented (especially its interaction with signed pushes). Update > the protocol documentation to include the relevant deta

Re: [PATCH 3/3] protocol docs: explain receive-pack push options

2017-05-05 Thread Stefan Beller
On Fri, May 5, 2017 at 4:46 PM, Jonathan Tan wrote: > Support for push options in the receive-pack protocol (and all Git > components that speak it) have been added over a few commits, but not > fully documented (especially its interaction with signed pushes). Update > the protocol documentation t

[PATCH 3/3] protocol docs: explain receive-pack push options

2017-05-05 Thread Jonathan Tan
Support for push options in the receive-pack protocol (and all Git components that speak it) have been added over a few commits, but not fully documented (especially its interaction with signed pushes). Update the protocol documentation to include the relevant details. Signed-off-by: Jonathan Tan