From: Dave Borowitz Date: Wed, 19 Aug 2015 15:26:43 +0000 (-0400) Subject: transport: remove git_transport_options.push_cert X-Git-Tag: v2.6.0-rc0~18^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/87c0d08b3d92c55c233c8a95294a2232a97d97eb?ds=inline;hp=87c0d08b3d92c55c233c8a95294a2232a97d97eb transport: remove git_transport_options.push_cert 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 have no corresponding field in git_transport_options; after this change, push_cert is just like those. Signed-off-by: Dave Borowitz Signed-off-by: Junio C Hamano ---