]> git.ipfire.org Git - thirdparty/git.git/commit
push: remove trivial function
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 31 May 2021 19:51:22 +0000 (14:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:12:02 +0000 (10:12 +0900)
commitc5b09cf771ea3c340335aeff501ebec342f78aa4
treee5a44639473e8728a1b3f60a9e5f647d3ecc1437
parent1afd78fb5c29b8ad95de072bb8a0edacc69db61a
push: remove trivial function

It's a single line that is used in a single place, and the variable has
the same name as the function.

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