]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/connect-service-enum' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:22 +0000 (13:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:01:22 +0000 (13:01 +0900)
commit81dd4cb7eaae82480500da2b43e3321feff90fd1
tree641d6985adbe01b9071c99319b1bfa76fabc5671
parentbcb35cf84325d33bac0748a8f1e9aa1b1bfeb931
parentabcf2dd5b215ff7bad0bb44524f352cd352bda0f
Merge branch 'jk/connect-service-enum' into jch

The "name" argument in git_connect() and related functions has been
converted to a "service" enum to improve type safety and clarify its
purpose.

* jk/connect-service-enum:
  transport-helper: fix typo in BUG() message
  connect: use "service" enum for "name" argument
connect.c
connect.h
transport-helper.c
transport.c
transport.h