git/reftable
Junio C Hamano f50f046794 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
2025-10-13 22:00:35 -07:00
..
LICENSE
basics.c reftable: check for trailing newline in 'tables.list' 2025-10-07 09:22:57 -07:00
basics.h reftable: check for trailing newline in 'tables.list' 2025-10-07 09:22:57 -07:00
block.c Merge branch 'ps/reftable-read-block-perffix' 2025-05-19 16:02:48 -07:00
block.h Merge branch 'ps/reftable-api-revamp' 2025-04-29 14:21:30 -07:00
blocksource.c
blocksource.h
constants.h
error.c
fsck.c reftable: add code to facilitate consistency checks 2025-10-07 09:22:58 -07:00
iter.c
iter.h
merged.c
merged.h
pq.c
pq.h
record.c Merge branch 'ps/reftable-api-revamp' 2025-04-29 14:21:30 -07:00
record.h
reftable-basics.h
reftable-block.h reftable: fix perf regression when reading blocks of unwanted type 2025-05-12 10:55:24 -07:00
reftable-blocksource.h
reftable-constants.h
reftable-error.h
reftable-fsck.h reftable: add code to facilitate consistency checks 2025-10-07 09:22:58 -07:00
reftable-iterator.h
reftable-merged.h
reftable-record.h
reftable-stack.h reftable/stack: allow passing flags to `reftable_stack_add()` 2025-08-12 07:40:59 -07:00
reftable-table.h
reftable-writer.h reftable/writer: fix type used for number of records 2025-08-12 07:40:58 -07:00
stack.c Merge branch 'kn/reftable-consistency-checks' 2025-10-13 22:00:35 -07:00
stack.h
system.c reftable: don't second-guess errors from flock interface 2025-08-12 07:41:00 -07:00
system.h reftable: don't second-guess errors from flock interface 2025-08-12 07:41:00 -07:00
table.c reftable: fix perf regression when reading blocks of unwanted type 2025-05-12 10:55:24 -07:00
table.h
tree.c
tree.h
writer.c reftable/writer: drop Git-specific `QSORT()` macro 2025-08-12 07:40:59 -07:00
writer.h