]> git.99rst.org Git - git.git/commit
push: don't get a full remote object
authorFelipe Contreras <redacted>
Mon, 31 May 2021 19:51:24 +0000 (14:51 -0500)
committerJunio C Hamano <redacted>
Wed, 2 Jun 2021 01:12:03 +0000 (10:12 +0900)
commit7088ce71918a0f9fde2ceb421d4b332888a202c7
tree0f492edd53efce82103f5220234c6a06abee119c
parente0c91cffde8477ababb5163180f08e29da54db3e
push: don't get a full remote object

All we need to know is that their names are the same.

Additionally this might be easier to parse for some since
remote_for_branch is more descriptive than remote_get(NULL).

Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/push.c
git clone https://git.99rst.org/PROJECT