]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kj/refspec-parsing-outside-repository' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Mar 2026 18:18:53 +0000 (11:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Mar 2026 18:18:53 +0000 (11:18 -0700)
commit0a8c60e8ae259ec48ddcdbbda0df4b2f04610708
tree94f040554fca738c5ff68c1c5f85ed237e447ec6
parentffae180124f331a18cf881954ca99775746a5473
parent4e5dc601ddc5f0d8ab035210554d9e15aa376032
Merge branch 'kj/refspec-parsing-outside-repository' into next

"git ls-remote '+refs/tags/*:refs/tags/*' https://..." run outside a
repository would dereference a NULL while trying to see if the given
refspec is a single-object refspec, which has been corrected.

* kj/refspec-parsing-outside-repository:
  refspec: fix typo in comment
  remote-curl: fall back to default hash outside repo
remote-curl.c