]> git.ipfire.org Git - thirdparty/git.git/commit
push: factor out null branch check
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 31 May 2021 19:51:15 +0000 (14:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:12:01 +0000 (10:12 +0900)
commitcc16f95d212d8e0bba07ddfb82aaf416dc4df1c2
tree757e21e19b135e67f4868bfb842b5cac223c0963
parent04159fba42b61ffa954dfb1fa13df1862c210ad8
push: factor out null branch check

No need to do it in every single function.

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