Merge branch 'jk/attr-macroexpand-wo-recursion'
Junio C Hamano committed 9 months ago
config: fix short help of unset flags
René Scharfe committed 9 months ago
config: fix suggestion for failed set of multi-valued option
René Scharfe committed 9 months ago
Jean-Noël Avila via GitGitGadget committed 9 months ago
streaming: drop redundant type and size pointers
Patrick Steinhardt committed 9 months ago
streaming: move into object database subsystem
Patrick Steinhardt committed 9 months ago
streaming: refactor interface to be object-database-centric
Patrick Steinhardt committed 9 months ago
streaming: move logic to read packed objects streams into backend
Patrick Steinhardt committed 9 months ago
streaming: move logic to read loose objects streams into backend
Patrick Steinhardt committed 9 months ago
streaming: make the `odb_read_stream` definition public
Patrick Steinhardt committed 9 months ago
streaming: get rid of `the_repository`
Patrick Steinhardt committed 9 months ago
streaming: rely on object sources to create object stream
Patrick Steinhardt committed 9 months ago
packfile: introduce function to read object info from a store
Patrick Steinhardt committed 9 months ago
streaming: move zlib stream into backends
Patrick Steinhardt committed 9 months ago
streaming: create structure for filtered object streams
Patrick Steinhardt committed 9 months ago
streaming: create structure for packed object streams
Patrick Steinhardt committed 9 months ago
streaming: create structure for loose object streams
Patrick Steinhardt committed 9 months ago
streaming: create structure for in-core object streams
Patrick Steinhardt committed 9 months ago
streaming: allocate stream inside the backend-specific logic
Patrick Steinhardt committed 9 months ago
streaming: explicitly pass packfile info when streaming a packed object
Patrick Steinhardt committed 9 months ago