diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-11-23 19:59:43 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-23 12:56:46 -0800 |
| commit | 1599b68d5e960a12f5ac624f81c70ece317db5a6 (patch) | |
| tree | d5ed95793921811cc11010b5f92d239d810cc351 /entry.c | |
| parent | 378ec56beba161abbef6e2c87d9bc2ac43c355f3 (diff) | |
| download | git-1599b68d5e960a12f5ac624f81c70ece317db5a6.tar.gz | |
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>
Diffstat (limited to 'entry.c')
| -rw-r--r-- | entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,13 +2,13 @@ #include "git-compat-util.h" #include "odb.h" +#include "odb/streaming.h" #include "dir.h" #include "environment.h" #include "gettext.h" #include "hex.h" #include "name-hash.h" #include "sparse-index.h" -#include "streaming.h" #include "submodule.h" #include "symlinks.h" #include "progress.h" |
