aboutsummaryrefslogtreecommitdiff
path: root/pack-objects.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-07-09 16:29:52 -0700
committerJunio C Hamano <gitster@pobox.com>2025-07-09 16:29:52 -0700
commit7cafb9accc7827a84eaffaab303695e945adfe34 (patch)
tree8c862bb8c3ffabeeb92ed88ecd3dd182dbd95f73 /pack-objects.h
parenta30f80fde927d70950b3b4d1820813480968fb0d (diff)
parent841a03b4046ab81276743b4d7e727b1658f805da (diff)
downloadgit-7cafb9accc7827a84eaffaab303695e945adfe34.tar.xz
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
* ps/object-store: odb: rename `read_object_with_reference()` odb: rename `pretend_object_file()` odb: rename `has_object()` odb: rename `repo_read_object_file()` odb: rename `oid_object_info()` odb: trivial refactorings to get rid of `the_repository` odb: get rid of `the_repository` when handling submodule sources odb: get rid of `the_repository` when handling the primary source odb: get rid of `the_repository` in `for_each()` functions odb: get rid of `the_repository` when handling alternates odb: get rid of `the_repository` in `odb_mkstemp()` odb: get rid of `the_repository` in `assert_oid_type()` odb: get rid of `the_repository` in `find_odb()` odb: introduce parent pointers object-store: rename files to "odb.{c,h}" object-store: rename `object_directory` to `odb_source` object-store: rename `raw_object_store` to `object_database`
Diffstat (limited to 'pack-objects.h')
-rw-r--r--pack-objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pack-objects.h b/pack-objects.h
index b1c3e702f4..83299d4732 100644
--- a/pack-objects.h
+++ b/pack-objects.h
@@ -1,7 +1,7 @@
#ifndef PACK_OBJECTS_H
#define PACK_OBJECTS_H
-#include "object-store.h"
+#include "odb.h"
#include "thread-utils.h"
#include "pack.h"
#include "packfile.h"