mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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
This commit is contained in:
@@ -452,6 +452,7 @@ libgit_sources = [
|
||||
'reftable/error.c',
|
||||
'reftable/block.c',
|
||||
'reftable/blocksource.c',
|
||||
'reftable/fsck.c',
|
||||
'reftable/iter.c',
|
||||
'reftable/merged.c',
|
||||
'reftable/pq.c',
|
||||
|
||||
Reference in New Issue
Block a user