]> Kevux Git Server - rit/commit
streaming: rename `git_istream` into `odb_read_stream`
authorPatrick Steinhardt <ps@pks.im>
Sun, 23 Nov 2025 18:59:26 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 23 Nov 2025 20:56:44 +0000 (12:56 -0800)
commit6bdda3a3b00fff9a1d64d1bb4732f0c446d7012c
tree37c9ab9025335f2ed2af0e36d693199d529fd32e
parent01f9010cc7b6e99d3297963c7c17310224dbd6d0
streaming: rename `git_istream` into `odb_read_stream`

In the following patches we are about to make the `git_istream` more
generic so that it becomes fully controlled by the specific object
source that wants to create it. As part of these refactorings we'll
fully move the structure into the object database subsystem.

Prepare for this change by renaming the structure from `git_istream`
to `odb_read_stream`. This mirrors the `odb_write_stream` structure that
we already have.

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