From: Junio C Hamano Date: Mon, 20 Jul 2026 18:16:42 +0000 (-0700) Subject: Merge branch 'ps/refspec-wo-the-repository' into next X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31044c3fc975e21c3a4b8694bb7dc25e09958b85;p=thirdparty%2Fgit.git Merge branch 'ps/refspec-wo-the-repository' into next 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 --- 31044c3fc975e21c3a4b8694bb7dc25e09958b85