refs: mark `ref_transaction_update_reflog()` as static
Karthik Nayak committed over 1 year ago
reftable: address trivial -Wsign-compare warnings
Patrick Steinhardt committed over 1 year ago
reftable/blocksource: adjust `read_block()` to return `ssize_t`
Patrick Steinhardt committed over 1 year ago
reftable/blocksource: adjust type of the block length
Patrick Steinhardt committed over 1 year ago
reftable/block: adjust type of the restart length
Patrick Steinhardt committed over 1 year ago
reftable/block: adapt header and footer size to return a `size_t`
Patrick Steinhardt committed over 1 year ago
reftable/basics: adjust `hash_size()` to return `uint32_t`
Patrick Steinhardt committed over 1 year ago
reftable/basics: adjust `common_prefix_size()` to return `size_t`
Patrick Steinhardt committed over 1 year ago
reftable/record: handle overflows when decoding varints
Patrick Steinhardt committed over 1 year ago
reftable/record: drop unused `print` function pointer
Patrick Steinhardt committed over 1 year ago
meson: stop disabling -Wsign-compare
Patrick Steinhardt committed over 1 year ago
t8002: fix ambiguous printf conversion specifications
Jan Palus committed over 1 year ago
Remove obsolete ".txt" extensions for AsciiDoc files
brian m. carlson committed over 1 year ago
doc: use .adoc extension for AsciiDoc files
brian m. carlson committed over 1 year ago
gitattributes: mark AsciiDoc files as LF-only
brian m. carlson committed over 1 year ago
editorconfig: add .adoc extension
brian m. carlson committed over 1 year ago
doc: update gitignore for .adoc extension
brian m. carlson committed over 1 year ago
pack-write: pass hash_algo to internal functions
Karthik Nayak committed over 1 year ago
pack-write: pass hash_algo to `write_rev_file()`
Karthik Nayak committed over 1 year ago
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak committed over 1 year ago