]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kn/reftable-consistency-checks'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 05:00:35 +0000 (22:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 05:00:35 +0000 (22:00 -0700)
commitf50f046794a06cfb97c4ccc879b08788629dd067
tree24340fdc7f43cf9c3b9e747a3ed13461e64f9abe
parent47c3e03034dbde74874406d1155e46f86d6bd859
parent466a3a1afdd82bb2b0e24e5cbed1ff3b35c19abd
Merge branch 'kn/reftable-consistency-checks'

The reftable backend learned to sanity check its on-disk data more
carefully.

* kn/reftable-consistency-checks:
  refs/reftable: add fsck check for checking the table name
  reftable: add code to facilitate consistency checks
  fsck: order 'fsck_msg_type' alphabetically
  Documentation/fsck-msgids: remove duplicate msg id
  reftable: check for trailing newline in 'tables.list'
  refs: move consistency check msg to generic layer
  refs: remove unused headers
Makefile
meson.build
refs.c
refs/debug.c
refs/files-backend.c
refs/reftable-backend.c
reftable/stack.c
t/meson.build