]> Kevux Git Server - rit/commit
push: rename !triangular to same_remote
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 31 May 2021 19:32:31 +0000 (14:32 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Jun 2021 01:09:51 +0000 (10:09 +0900)
commit050f76b9af75bf69110d542e0cee569d0112f320
treee338bd62cfbc5dca9bc35559dc552d74da74ab65
parent48bf2fa8bad054d66bd79c6ba903c89c704201f7
push: rename !triangular to same_remote

The typical case is what git was designed for: distributed remotes.

It's only the atypical case--fetching and pushing to the same
remote--that we need to keep an eye on.

No functional changes.

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