From: Junio C Hamano Date: Wed, 1 Apr 2026 17:28:19 +0000 (-0700) Subject: Merge branch 'kj/refspec-parsing-outside-repository' X-Git-Tag: v2.54.0-rc0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=949f59e96311dc85bc4b00a70f74ec0dfa2e37e0;p=thirdparty%2Fgit.git 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 --- 949f59e96311dc85bc4b00a70f74ec0dfa2e37e0