Brandon Williams wrote: > v2 addresses Jonathan's comments from v1. > * Fix a test > * Add some documentation > * remove short option from --push-option in git send-pack > > Brandon Williams (2): > send-pack: send push options correctly in stateless-rpc case > remote-curl: allow push options > > Documentation/git-send-pack.txt | 6 ++++++ > builtin/send-pack.c | 5 +++++ > remote-curl.c | 8 ++++++++ > send-pack.c | 20 ++++++++------------ > t/t5545-push-options.sh | 33 +++++++++++++++++++++++++++++++-- > 5 files changed, 58 insertions(+), 14 deletions(-) Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Tested-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Thanks.