diff options
| author | Patrick Steinhardt <ps@pks.im> | 2025-07-01 14:22:15 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-01 14:46:34 -0700 |
| commit | 8f49151763cb81adf4bcec53c1ae67057081b02d (patch) | |
| tree | d077aaae6b58db1ac83909474254c1bb7f5c84a2 /list-objects-filter.c | |
| parent | object-store: rename `object_directory` to `odb_source` (diff) | |
| download | git-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 'list-objects-filter.c')
| -rw-r--r-- | list-objects-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/list-objects-filter.c b/list-objects-filter.c index 78b397bc19..80fe48a52c 100644 --- a/list-objects-filter.c +++ b/list-objects-filter.c @@ -12,7 +12,7 @@ #include "oidmap.h" #include "oidset.h" #include "object-name.h" -#include "object-store.h" +#include "odb.h" /* Remember to update object flag allocation in object.h */ /* |
