From: Brandon Williams Date: Wed, 16 May 2018 22:58:17 +0000 (-0700) Subject: transport: convert transport_push to take a struct refspec X-Git-Tag: v2.18.0-rc1~2^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/306f22dbc8f43feeed735905276c48a96c63b9e5?hp=306f22dbc8f43feeed735905276c48a96c63b9e5 transport: convert transport_push to take a struct refspec Convert 'transport_push()' to take a 'struct refspec' as a parameter instead of an array of strings which represent refspecs. Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano ---