summaryrefslogtreecommitdiff
path: root/loose.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-01loose: refactor object map to operate on `struct odb_source_loose`Patrick Steinhardt1-23/+22
2026-05-15oidtree: add ability to store dataPatrick Steinhardt1-1/+1
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-9/+14
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-9/+9
2025-11-03object-file: move loose object map into loose sourcePatrick Steinhardt1-5/+5
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt1-4/+5
2025-07-16loose: write loose objects map via their sourcePatrick Steinhardt1-7/+9
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-21/+21
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-1/+1
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt1-3/+3
2024-10-09loose: don't rely on repository global stateKarthik Nayak1-4/+3
2024-09-05drop trailing newline from warning/error/die messagesJeff King1-2/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2023-10-02loose: compatibilty short name supportEric W. Biederman1-12/+25
2023-10-02loose: add a mapping between SHA-1 and SHA-256 for loose objectsbrian m. carlson1-0/+246