summaryrefslogtreecommitdiff
path: root/object-file.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-16object-file: drop support for writing objects with unknown typesJeff King1-4/+1
2025-05-16object-file: drop OBJECT_INFO_ALLOW_UNKNOWN_TYPE flagJeff King1-8/+2
2025-05-16object-file.h: fix typo in variable declarationJeff King1-1/+1
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt1-0/+77
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt1-0/+4
2025-04-15object-file: split up concerns of `HASH_*` flagsPatrick Steinhardt1-4/+21
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-5/+63
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt1-3/+0
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-33/+0
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt1-2/+0
2024-09-27finalize_object_file(): implement collision checkTaylor Blau1-0/+6
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+2
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+129