push: get rid of all the setup_push_* functions
commit0add899baf5a9ee478659821327db719ce74454a
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 31 May 2021 19:51:19 +0000 (31 14:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:12:02 +0000 (2 10:12 +0900)
treee6c2eef871a929319041c4a5f1fc98b3ed805954
parentd371a9ef4cfc4610989b0a3d71c79cbe19e0073a
push: get rid of all the setup_push_* functions

Their code is much simpler now and can move into the parent function.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/push.c