]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'gc/zero-length-branch-config-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 10 Jun 2022 22:04:14 +0000 (15:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jun 2022 22:04:14 +0000 (15:04 -0700)
commit0b91d563d8d9615d1dc400b7c5e92ebd7933d01d
tree73745845c836a6b31a1ccd1159270cddb7c7e2ea
parentc21fa3bb549a7769f9d508f0a5f95c654539e1f7
parentf1dfbd9ee010e5cdf0d931d16b4b2892b33331e5
Merge branch 'gc/zero-length-branch-config-fix'

A misconfigured 'branch..remote' led to a bug in configuration
parsing.

* gc/zero-length-branch-config-fix:
  remote.c: reject 0-length branch names
  remote.c: don't BUG() on 0-length branch names
remote.c
t/t5516-fetch-push.sh