]> git.ipfire.org Git - thirdparty/git.git/commit
push: create new get_upstream_ref() helper
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 31 May 2021 19:51:12 +0000 (14:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:12:00 +0000 (10:12 +0900)
commit533e0325abcf51d6b3ff689dfacf8fa95e3b6da1
treebcdbc16577f10eb464b8867b9ff0b6be051d9efd
parent90cfb2666b5913e0be4ffb84630866287dde4f9a
push: create new get_upstream_ref() helper

This code is duplicated among multiple functions.

No functional changes.

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