summaryrefslogtreecommitdiff
path: root/object-store.h
AgeCommit message (Expand)Author
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt
2025-05-27Merge branch 'jk/no-funny-object-types'Junio C Hamano
2025-05-19Merge branch 'jk/oidmap-cleanup'Junio C Hamano
2025-05-16oid_object_info(): drop type_name strbufJeff King
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King
2025-05-12raw_object_store: drop extra pointer to replace_mapJeff King
2025-04-29object-store: drop `repo_has_object_file()`Patrick Steinhardt
2025-04-29object-store: allow fetching objects via `has_object()`Patrick Steinhardt
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt
2025-04-29object-store: move `struct packed_git` into "packfile.h"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21khash: name the structs that khash declaresElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-24object-store.h: reduce unnecessary includesElijah Newren
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-02-23object-store.h: move struct object_info from cache.hElijah Newren
2023-01-08repo_read_object_file(): stop wrapping read_object_file_extended()Jeff King
2023-01-08read_object_file_extended(): drop lookup_replace optionJeff King
2023-01-08object-file: inline calls to read_object()Jeff King
2022-12-15object-file: emit corruption errors when detectedJonathan Tan
2022-12-15object-file: remove OBJECT_INFO_IGNORE_LOOSEJonathan Tan
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-06-13object-file.c: add "stream_loose_object()" to handle large objectHan Xin
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano
2022-05-26builtin/pack-objects.c: --cruft without expirationTaylor Blau
2022-05-26pack-mtimes: support reading .mtimes filesTaylor Blau
2022-04-01object-store.h: remove unused has_sha1_file*()Ævar Arnfjörð Bjarmason
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-25object API: rename hash_object_file_literally() to write_*()Ævar Arnfjörð Bjarmason
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-25object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason
2022-02-25object-file API: return "void", not "int" from hash_object_file()Ævar Arnfjörð Bjarmason
2022-01-03Merge branch 'ns/tmp-objdir'Junio C Hamano
2021-12-08tmp-objdir: disable ref updates when replacing the primary odbNeeraj Singh
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh
2021-10-25Merge branch 'ab/fix-commit-error-message-upon-unwritable-object-store'Junio C Hamano
2021-10-25Merge branch 'ab/fsck-unexpected-type'Junio C Hamano
2021-10-12commit: fix duplication regression in permission error outputÆvar Arnfjörð Bjarmason
2021-10-01fsck: report invalid object type-path combinationsÆvar Arnfjörð Bjarmason