]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/remote-curl-simplify-push-specs'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2026 16:08:59 +0000 (09:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2026 16:08:59 +0000 (09:08 -0700)
The passing of push destination specifications in the 'remote-curl'
helper has been simplified by removing the explicit 'count' parameter
and relying on the NULL-termination of the array.

* rs/remote-curl-simplify-push-specs:
  remote-curl: simplify passing of push specs


Trivial merge