Re: [PATCH 5/7] transport: Remove git_transport_options.push_cert

2015-08-14 Thread Junio C Hamano
Dave Borowitz dborow...@google.com writes: This field was set in transport_set_option, but never read in the push code. The push code basically ignores the smart_options field entirely, and derives its options from the flags arguments to the push* callbacks. Note that in git_transport_push

[PATCH 5/7] transport: Remove git_transport_options.push_cert

2015-08-13 Thread Dave Borowitz
This field was set in transport_set_option, but never read in the push code. The push code basically ignores the smart_options field entirely, and derives its options from the flags arguments to the push* callbacks. Note that in git_transport_push there are already several args set from flags that