]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/refspec-wo-the-repository'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2026 16:09:00 +0000 (09:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2026 16:09:00 +0000 (09:09 -0700)
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

1  2 
builtin/fast-export.c
builtin/fetch.c
builtin/submodule--helper.c
http-push.c
remote.c

Simple merge
diff --cc builtin/fetch.c
Simple merge
Simple merge
diff --cc http-push.c
Simple merge
diff --cc remote.c
Simple merge