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>
seen
Patrick Steinhardt 2025-11-23 19:59:43 +01:00 committed by Junio C Hamano
parent 378ec56beb
commit 1599b68d5e
15 changed files with 14 additions and 14 deletions

View File

@ -1201,6 +1201,7 @@ LIB_OBJS += object-file.o
LIB_OBJS += object-name.o LIB_OBJS += object-name.o
LIB_OBJS += object.o LIB_OBJS += object.o
LIB_OBJS += odb.o LIB_OBJS += odb.o
LIB_OBJS += odb/streaming.o
LIB_OBJS += oid-array.o LIB_OBJS += oid-array.o
LIB_OBJS += oidmap.o LIB_OBJS += oidmap.o
LIB_OBJS += oidset.o LIB_OBJS += oidset.o
@ -1294,7 +1295,6 @@ LIB_OBJS += split-index.o
LIB_OBJS += stable-qsort.o LIB_OBJS += stable-qsort.o
LIB_OBJS += statinfo.o LIB_OBJS += statinfo.o
LIB_OBJS += strbuf.o LIB_OBJS += strbuf.o
LIB_OBJS += streaming.o
LIB_OBJS += string-list.o LIB_OBJS += string-list.o
LIB_OBJS += strmap.o LIB_OBJS += strmap.o
LIB_OBJS += strvec.o LIB_OBJS += strvec.o

View File

@ -12,8 +12,8 @@
#include "tar.h" #include "tar.h"
#include "archive.h" #include "archive.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "strbuf.h" #include "strbuf.h"
#include "streaming.h"
#include "run-command.h" #include "run-command.h"
#include "write-or-die.h" #include "write-or-die.h"



View File

@ -10,9 +10,9 @@
#include "gettext.h" #include "gettext.h"
#include "git-zlib.h" #include "git-zlib.h"
#include "hex.h" #include "hex.h"
#include "streaming.h"
#include "utf8.h" #include "utf8.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "strbuf.h" #include "strbuf.h"
#include "userdiff.h" #include "userdiff.h"
#include "write-or-die.h" #include "write-or-die.h"

View File

@ -18,13 +18,13 @@
#include "list-objects-filter-options.h" #include "list-objects-filter-options.h"
#include "parse-options.h" #include "parse-options.h"
#include "userdiff.h" #include "userdiff.h"
#include "streaming.h"
#include "oid-array.h" #include "oid-array.h"
#include "packfile.h" #include "packfile.h"
#include "pack-bitmap.h" #include "pack-bitmap.h"
#include "object-file.h" #include "object-file.h"
#include "object-name.h" #include "object-name.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "replace-object.h" #include "replace-object.h"
#include "promisor-remote.h" #include "promisor-remote.h"
#include "mailmap.h" #include "mailmap.h"

View File

@ -13,11 +13,11 @@
#include "fsck.h" #include "fsck.h"
#include "parse-options.h" #include "parse-options.h"
#include "progress.h" #include "progress.h"
#include "streaming.h"
#include "packfile.h" #include "packfile.h"
#include "object-file.h" #include "object-file.h"
#include "object-name.h" #include "object-name.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "path.h" #include "path.h"
#include "read-cache-ll.h" #include "read-cache-ll.h"
#include "replace-object.h" #include "replace-object.h"

View File

@ -16,12 +16,12 @@
#include "progress.h" #include "progress.h"
#include "fsck.h" #include "fsck.h"
#include "strbuf.h" #include "strbuf.h"
#include "streaming.h"
#include "thread-utils.h" #include "thread-utils.h"
#include "packfile.h" #include "packfile.h"
#include "pack-revindex.h" #include "pack-revindex.h"
#include "object-file.h" #include "object-file.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "oid-array.h" #include "oid-array.h"
#include "oidset.h" #include "oidset.h"
#include "path.h" #include "path.h"

View File

@ -16,6 +16,7 @@
#include "refs.h" #include "refs.h"
#include "object-name.h" #include "object-name.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "pager.h" #include "pager.h"
#include "color.h" #include "color.h"
#include "commit.h" #include "commit.h"
@ -35,7 +36,6 @@
#include "parse-options.h" #include "parse-options.h"
#include "line-log.h" #include "line-log.h"
#include "branch.h" #include "branch.h"
#include "streaming.h"
#include "version.h" #include "version.h"
#include "mailmap.h" #include "mailmap.h"
#include "progress.h" #include "progress.h"

View File

@ -22,7 +22,6 @@
#include "pack-objects.h" #include "pack-objects.h"
#include "progress.h" #include "progress.h"
#include "refs.h" #include "refs.h"
#include "streaming.h"
#include "thread-utils.h" #include "thread-utils.h"
#include "pack-bitmap.h" #include "pack-bitmap.h"
#include "delta-islands.h" #include "delta-islands.h"
@ -33,6 +32,7 @@
#include "packfile.h" #include "packfile.h"
#include "object-file.h" #include "object-file.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "replace-object.h" #include "replace-object.h"
#include "dir.h" #include "dir.h"
#include "midx.h" #include "midx.h"

View File

@ -2,13 +2,13 @@


#include "git-compat-util.h" #include "git-compat-util.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "dir.h" #include "dir.h"
#include "environment.h" #include "environment.h"
#include "gettext.h" #include "gettext.h"
#include "hex.h" #include "hex.h"
#include "name-hash.h" #include "name-hash.h"
#include "sparse-index.h" #include "sparse-index.h"
#include "streaming.h"
#include "submodule.h" #include "submodule.h"
#include "symlinks.h" #include "symlinks.h"
#include "progress.h" #include "progress.h"

View File

@ -397,6 +397,7 @@ libgit_sources = [
'object-name.c', 'object-name.c',
'object.c', 'object.c',
'odb.c', 'odb.c',
'odb/streaming.c',
'oid-array.c', 'oid-array.c',
'oidmap.c', 'oidmap.c',
'oidset.c', 'oidset.c',
@ -490,7 +491,6 @@ libgit_sources = [
'stable-qsort.c', 'stable-qsort.c',
'statinfo.c', 'statinfo.c',
'strbuf.c', 'strbuf.c',
'streaming.c',
'string-list.c', 'string-list.c',
'strmap.c', 'strmap.c',
'strvec.c', 'strvec.c',

View File

@ -20,13 +20,13 @@
#include "object-file-convert.h" #include "object-file-convert.h"
#include "object-file.h" #include "object-file.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "oidtree.h" #include "oidtree.h"
#include "pack.h" #include "pack.h"
#include "packfile.h" #include "packfile.h"
#include "path.h" #include "path.h"
#include "read-cache-ll.h" #include "read-cache-ll.h"
#include "setup.h" #include "setup.h"
#include "streaming.h"
#include "tempfile.h" #include "tempfile.h"
#include "tmp-objdir.h" #include "tmp-objdir.h"



View File

@ -5,10 +5,10 @@
#include "git-compat-util.h" #include "git-compat-util.h"
#include "convert.h" #include "convert.h"
#include "environment.h" #include "environment.h"
#include "streaming.h"
#include "repository.h" #include "repository.h"
#include "object-file.h" #include "object-file.h"
#include "odb.h" #include "odb.h"
#include "odb/streaming.h"
#include "replace-object.h" #include "replace-object.h"
#include "packfile.h" #include "packfile.h"


View File

@ -20,7 +20,7 @@
#include "tree.h" #include "tree.h"
#include "object-file.h" #include "object-file.h"
#include "odb.h" #include "odb.h"
#include "streaming.h" #include "odb/streaming.h"
#include "midx.h" #include "midx.h"
#include "commit-graph.h" #include "commit-graph.h"
#include "pack-revindex.h" #include "pack-revindex.h"

View File

@ -13,7 +13,7 @@
#include "read-cache-ll.h" #include "read-cache-ll.h"
#include "run-command.h" #include "run-command.h"
#include "sigchain.h" #include "sigchain.h"
#include "streaming.h" #include "odb/streaming.h"
#include "symlinks.h" #include "symlinks.h"
#include "thread-utils.h" #include "thread-utils.h"
#include "trace2.h" #include "trace2.h"