ref-filter: fix stale parsed objects
Patrick Steinhardt committed 9 months ago
ref-filter: parse objects on demand
Patrick Steinhardt committed 10 months ago
ref-filter: detect broken tags when dereferencing them
Patrick Steinhardt committed 10 months ago
refs: don't store peeled object IDs for invalid tags
Patrick Steinhardt committed 10 months ago
object: add flag to `peel_object()` to verify object type
Patrick Steinhardt committed 10 months ago
refs: drop infrastructure to peel via iterators
Patrick Steinhardt committed 10 months ago
refs: drop `current_ref_iter` hack
Patrick Steinhardt committed 10 months ago
builtin/show-ref: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt committed 10 months ago
ref-filter: propagate peeled object ID
Patrick Steinhardt committed 10 months ago
upload-pack: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt committed 10 months ago
refs: expose peeled object ID via the iterator
Patrick Steinhardt committed 10 months ago
refs: refactor reference status flags
Patrick Steinhardt committed 10 months ago
refs: fully reset `struct ref_iterator::ref` on iteration
Patrick Steinhardt committed 10 months ago
refs: introduce `.ref` field for the base iterator
Patrick Steinhardt committed 10 months ago
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt committed 10 months ago
object-file: refactor writing objects via a stream
Patrick Steinhardt committed 9 months ago
object-file: rename `write_object_file()`
Patrick Steinhardt committed 9 months ago
object-file: refactor freshening of objects
Patrick Steinhardt committed 9 months ago
object-file: rename `has_loose_object()`
Patrick Steinhardt committed 9 months ago
object-file: read objects via the loose object source
Patrick Steinhardt committed 9 months ago