From: Junio C Hamano Date: Mon, 27 Jul 2026 16:09:00 +0000 (-0700) Subject: Merge branch 'ps/refspec-wo-the-repository' X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4be0a340985aef3bb9d59be6ac2428f600858148;p=thirdparty%2Fgit.git Merge branch 'ps/refspec-wo-the-repository' The dependency on the global 'the_repository' variable in the 'refspec.c' API has been removed by passing the hash algorithm explicitly to refspec-parsing functions and storing it in 'struct refspec'. * ps/refspec-wo-the-repository: refspec: stop depending on `the_repository` refspec: let callers pass in hash algorithm when parsing items refspec: group related structures and functions --- 4be0a340985aef3bb9d59be6ac2428f600858148