]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
"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


Trivial merge