]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/chunk-bounds-more'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Dec 2023 00:37:48 +0000 (16:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Dec 2023 00:37:48 +0000 (16:37 -0800)
commit34401b7ddbd79c8511e864048bc52d896eac2f22
tree173d902d3a33db9fcc3cb9f0d28e8cd27a796d8e
parentb4e6618fdf3bbcdcae9340b694f80770ba5a3261
parente02039167371a842a12cc571582c089c287e7233
Merge branch 'jk/chunk-bounds-more'

Code clean-up for jk/chunk-bounds topic.

* jk/chunk-bounds-more:
  commit-graph: mark chunk error messages for translation
  commit-graph: drop verify_commit_graph_lite()
  commit-graph: check order while reading fanout chunk
  commit-graph: use fanout value for graph size
  commit-graph: abort as soon as we see a bogus chunk
  commit-graph: clarify missing-chunk error messages
  commit-graph: drop redundant call to "lite" verification
  midx: check consistency of fanout table
  commit-graph: handle overflow in chunk_size checks
commit-graph.c
t/t5318-commit-graph.sh
t/t5319-multi-pack-index.sh