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