reftable/table: move printing logic into test helper
Patrick Steinhardt committed over 1 year ago
reftable/constants: make block types part of the public interface
Patrick Steinhardt committed over 1 year ago
reftable/table: introduce iterator for table blocks
Patrick Steinhardt committed over 1 year ago
reftable/table: add `reftable_table` to the public interface
Patrick Steinhardt committed over 1 year ago
reftable/block: expose a generic iterator over reftable records
Patrick Steinhardt committed over 1 year ago
reftable/block: make block iterators reseekable
Patrick Steinhardt committed over 1 year ago
reftable/block: store block pointer in the block iterator
Patrick Steinhardt committed over 1 year ago
reftable/block: create public interface for reading blocks
Patrick Steinhardt committed over 1 year ago
git-zlib: use `struct z_stream_s` instead of typedef
Patrick Steinhardt committed over 1 year ago
reftable/block: rename `block_reader` to `reftable_block`
Patrick Steinhardt committed over 1 year ago
reftable/block: rename `block` to `block_data`
Patrick Steinhardt committed over 1 year ago
reftable/table: move reading block into block reader
Patrick Steinhardt committed over 1 year ago
reftable/block: simplify how we track restart points
Patrick Steinhardt committed over 1 year ago
reftable/blocksource: consolidate code into a single file
Patrick Steinhardt committed over 1 year ago
reftable/reader: rename data structure to "table"
Patrick Steinhardt committed over 1 year ago
reftable: fix formatting of the license header
Patrick Steinhardt committed over 1 year ago
blame: print unblamable and ignored commits in porcelain mode
Karthik Nayak committed over 1 year ago
t5703: refactor test to not depend on Perl
Patrick Steinhardt committed over 1 year ago
t5316: refactor `max_chain()` to not depend on Perl
Patrick Steinhardt committed over 1 year ago
t0210: refactor trace2 scrubbing to not use Perl
Patrick Steinhardt committed over 1 year ago