aboutsummaryrefslogtreecommitdiffstats
path: root/replace-object.h
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-07-01 14:22:15 +0200
committerJunio C Hamano <gitster@pobox.com>2025-07-01 14:46:34 -0700
commit8f49151763cb81adf4bcec53c1ae67057081b02d (patch)
treed077aaae6b58db1ac83909474254c1bb7f5c84a2 /replace-object.h
parentobject-store: rename `object_directory` to `odb_source` (diff)
downloadgit-8f49151763cb81adf4bcec53c1ae67057081b02d.tar.gz
git-8f49151763cb81adf4bcec53c1ae67057081b02d.zip
object-store: rename files to "odb.{c,h}"
In the preceding commits we have renamed the structures contained in "object-store.h" to `struct object_database` and `struct odb_backend`. As such, the code files "object-store.{c,h}" are confusingly named now. Rename them to "odb.{c,h}" accordingly. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'replace-object.h')
-rw-r--r--replace-object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/replace-object.h b/replace-object.h
index 3052e96a62..4c9f2a2383 100644
--- a/replace-object.h
+++ b/replace-object.h
@@ -3,7 +3,7 @@
#include "oidmap.h"
#include "repository.h"
-#include "object-store.h"
+#include "odb.h"
struct replace_object {
struct oidmap_entry original;