builtin/config: move legacy options into `cmd_config()`
Patrick Steinhardt committed over 2 years ago
builtin/config: move subcommand options into `cmd_config()`
Patrick Steinhardt committed over 2 years ago
builtin/config: move legacy mode into its own function
Patrick Steinhardt committed over 2 years ago
builtin/config: stop printing full usage on misuse
Patrick Steinhardt committed over 2 years ago
pack-bitmap: introduce `bitmap_writer_free()`
Taylor Blau committed over 2 years ago
pack-bitmap-write.c: avoid uninitialized 'write_as' field
Taylor Blau committed over 2 years ago
pack-bitmap: drop unused `max_bitmaps` parameter
Taylor Blau committed over 2 years ago
pack-bitmap: avoid use of static `bitmap_writer`
Taylor Blau committed over 2 years ago
pack-bitmap-write.c: move commit_positions into commit_pos fields
Taylor Blau committed over 2 years ago
object.h: add flags allocated by pack-bitmap.h
Taylor Blau committed over 2 years ago
Junio C Hamano committed over 2 years ago
reftable/merged: adapt interface to allow reuse of iterators
Patrick Steinhardt committed over 2 years ago
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt committed over 2 years ago
reftable/reader: adapt interface to allow reuse of iterators
Patrick Steinhardt committed over 2 years ago
reftable/generic: adapt interface to allow reuse of iterators
Patrick Steinhardt committed over 2 years ago
reftable/generic: move seeking of records into the iterator
Patrick Steinhardt committed over 2 years ago
reftable/merged: simplify indices for subiterators
Patrick Steinhardt committed over 2 years ago
reftable/merged: split up initialization and seeking of records
Patrick Steinhardt committed over 2 years ago
reftable/reader: set up the reader when initializing table iterator
Patrick Steinhardt committed over 2 years ago
reftable/reader: inline `reader_seek_internal()`
Patrick Steinhardt committed over 2 years ago