]> Kevux Git Server - rit/commit
streaming: move into object database subsystem
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:43 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:46 +0000 (12:56 -0800)
commit1599b68d5e960a12f5ac624f81c70ece317db5a6
treed5ed95793921811cc11010b5f92d239d810cc351
parent378ec56beba161abbef6e2c87d9bc2ac43c355f3
streaming: move into object database subsystem

The "streaming" terminology is somewhat generic, so it may not be
immediately obvious that "streaming.{c,h}" is specific to the object
database. Rectify this by moving it into the "odb/" directory so that it
can be immediately attributed to the object subsystem.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
15 files changed:
Makefile
archive-tar.c
archive-zip.c
builtin/cat-file.c
builtin/fsck.c
builtin/index-pack.c
builtin/log.c
builtin/pack-objects.c
entry.c
meson.build
object-file.c
odb/streaming.c [moved from streaming.c with 99% similarity]
odb/streaming.h [moved from streaming.h with 100% similarity]
packfile.c
parallel-checkout.c