]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/receive-pack-skip-connectivity-check'
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2025 14:59:56 +0000 (07:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2025 14:59:56 +0000 (07:59 -0700)
commitb4847a4477d8cf312bb6e2aef2f3291d13563d36
tree2ede53784417e0bbb607e3e57ae015339383e027
parentb5afd0a7ee809b2065c84d592f0117f19824576a
parent68cb0b5253a05d62adc5cf6c0a60dc58038b546e
Merge branch 'jt/receive-pack-skip-connectivity-check'

"git receive-pack" optionally learns not to care about connectivity
check, which can be useful when the repository arranges to ensure
connectivity by some other means.

* jt/receive-pack-skip-connectivity-check:
  builtin/receive-pack: add option to skip connectivity check
  t5410: test receive-pack connectivity check