]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mm/git-url-parse' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 15 May 2026 01:46:53 +0000 (10:46 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 May 2026 01:46:53 +0000 (10:46 +0900)
commit416deceeebc23f1f0821455d221e6ebf4f31073e
treee37fb23426e01dda413beae6d7496b688c15743f
parent7a867909d2c5a905ded7d3fe62c3b07f9a66b8c5
parent0e2149cff1c37c5f9602d515d1d39d9701d15e24
Merge branch 'mm/git-url-parse' into next

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