]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kn/push-empty-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Jul 2024 17:47:26 +0000 (10:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jul 2024 17:47:26 +0000 (10:47 -0700)
"git push '' HEAD:there" used to hit a BUG(); it has been corrected
to die with "fatal: bad repository ''".

* kn/push-empty-fix:
  builtin/push: call set_refspecs after validating remote


Trivial merge