]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'hn/url-push-tracking' into next
authorJunio C Hamano <gitster@pobox.com>
Sat, 25 Jul 2026 21:37:15 +0000 (14:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Jul 2026 21:37:15 +0000 (14:37 -0700)
commit9b776656fcd4aab095e8d076f4aa022da9bb28a4
treeb33655e761b13f43a1d22ae670006bc00fe38290
parente436a42272e5f75bb9ac8df1355c4593652372fe
parent93775e35b7ed7983a8aaa33a566f45a8a1152718
Merge branch 'hn/url-push-tracking' into next

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