]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mm/git-url-parse'
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 03:06:48 +0000 (12:06 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 03:06:48 +0000 (12:06 +0900)
commit686213114e573ca31e2715982ac9f2a3ce197d31
treea35b6137330c1cd687ad71add55fdf240067a327
parent93f0e872a8ee71d8d0c56bc03e1d029099f655b3
parent0e2149cff1c37c5f9602d515d1d39d9701d15e24
Merge branch 'mm/git-url-parse'

The internal URL parsing logic has been made accessible via a new
subcommand "git url-parse".

* mm/git-url-parse:
  t9904: add tests for the new url-parse builtin
  doc: describe the url-parse builtin
  builtin: create url-parse command
  urlmatch: define url_parse function
  url: return URL_SCHEME_UNKNOWN instead of dying
  url: move scheme detection to URL header/source
  url: move url_is_local_not_ssh to url.h
  connect: rename enum protocol to url_scheme
.gitignore
Documentation/meson.build
Makefile
builtin.h
command-list.txt
connect.c
git.c
meson.build
t/meson.build