]> git.ipfire.org Git - thirdparty/git.git/commit
streaming: refactor interface to be object-database-centric
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:42 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:45 +0000 (12:56 -0800)
commit378ec56beba161abbef6e2c87d9bc2ac43c355f3
treedce5e9307fa32997c991da8e1f7040e3cc6e3287
parent8c1b84bc977bf1e4515efe0386de87257ec28689
streaming: refactor interface to be object-database-centric

Refactor the streaming interface to be centered around object databases
instead of centered around the repository. Rename the functions
accordingly.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive-tar.c
archive-zip.c
builtin/index-pack.c
builtin/pack-objects.c
object-file.c
streaming.c
streaming.h