pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'
Taylor Blau committed almost 5 years ago
pack-bitmap.c: introduce 'nth_bitmap_object_oid()'
Taylor Blau committed almost 5 years ago
pack-bitmap.c: introduce 'bitmap_num_objects()'
Taylor Blau committed almost 5 years ago
midx: avoid opening multiple MIDXs when writing
Taylor Blau committed almost 5 years ago
fetch: avoid second connectivity check if we already have all objects
Patrick Steinhardt committed almost 5 years ago
fetch: merge fetching and consuming refs
Patrick Steinhardt committed almost 5 years ago
fetch: refactor fetch refs to be more extendable
Patrick Steinhardt committed almost 5 years ago
fetch-pack: optimize loading of refs via commit graph
Patrick Steinhardt committed almost 5 years ago
connected: refactor iterator to return next object ID directly
Patrick Steinhardt committed almost 5 years ago
fetch: avoid unpacking headers in object existence check
Patrick Steinhardt committed almost 5 years ago
fetch: speed up lookup of want refs via commit-graph
Patrick Steinhardt committed almost 5 years ago
midx: close linked MIDXs, avoid leaking memory
Taylor Blau committed almost 5 years ago
midx: infer preferred pack when not given one
Taylor Blau committed almost 5 years ago
midx: reject empty `--preferred-pack`'s
Taylor Blau committed almost 5 years ago
midx: clear auxiliary .rev after replacing the MIDX
Taylor Blau committed almost 5 years ago
midx: fix `*.rev` cleanups with `--object-dir`
Taylor Blau committed almost 5 years ago
midx: disallow running outside of a repository
Taylor Blau committed almost 5 years ago
upload-pack: use stdio in send_ref callbacks
Jacob Vosmaer committed almost 5 years ago
pkt-line: add stdio packet write functions
Jacob Vosmaer committed almost 5 years ago
docs: clarify the interaction of transfer.hideRefs and namespaces
Kim Altintop committed about 5 years ago