]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jt/bundle-fsck'
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 15:33:36 +0000 (07:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 15:33:36 +0000 (07:33 -0800)
commita32668829d0b23a11f47596812e74725791142a1
tree74ca317f4234e0b8b0fa3029291eb3dba15d6140
parentcaacdb5dfd60540ecec30ec479f147f3c8167e11
parentbaa159137be36965e03192528b001ffc39b8352f
Merge branch 'jt/bundle-fsck'

"git bundle --unbundle" and "git clone" running on a bundle file
both learned to trigger fsck over the new objects with configurable
fck check levels.

* jt/bundle-fsck:
  transport: propagate fsck configuration during bundle fetch
  fetch-pack: split out fsck config parsing
  bundle: support fsck message configuration
  bundle: add bundle verification options type
builtin/bundle.c
t/t5607-clone-bundle.sh