From: Junio C Hamano Date: Thu, 21 May 2026 03:06:48 +0000 (+0900) Subject: Merge branch 'mm/git-url-parse' X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=686213114e573ca31e2715982ac9f2a3ce197d31;p=thirdparty%2Fgit.git 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 --- 686213114e573ca31e2715982ac9f2a3ce197d31