]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kj/refspec-parsing-outside-repository'
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:28:19 +0000 (10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:28:19 +0000 (10:28 -0700)
commit949f59e96311dc85bc4b00a70f74ec0dfa2e37e0
tree5e45be22cb6d013295079d046336b457b7c6f31f
parent93841d029e2c33b2e1ff9c89a0f7a9c83e83f895
parent4e5dc601ddc5f0d8ab035210554d9e15aa376032
Merge branch 'kj/refspec-parsing-outside-repository'

"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