]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hn/url-push-tracking' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:03 +0000 (08:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 15:54:03 +0000 (08:54 -0700)
commitc5b6715c6aef09820c64474d44ada285282eb7cc
tree1df83fd638f05a24ff1b09f6c46ba943512fe0d7
parenta97fcc37c2bc6340a8d7ce78dedf227aac4e9aa7
parent93775e35b7ed7983a8aaa33a566f45a8a1152718
Merge branch 'hn/url-push-tracking' into jch

When the push remote is specified as a URL, the fetch refspec of a
uniquely matching configured remote is now used to find and update
the remote-tracking branch (e.g., '@{push}').

* hn/url-push-tracking:
  remote: find tracking branches for URL push destinations
  remote: pass repository to push tracking helper
remote.c
t/t5505-remote.sh
transport.c