summaryrefslogtreecommitdiff
path: root/loose.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-17odb: eagerly initialize alternatesPatrick Steinhardt1-1/+0
2026-08-12Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...Junio C Hamano1-12/+13
2026-08-06setup: detangle loading of loose object mapsPatrick Steinhardt1-6/+5
2026-08-06loose: load loose object map for the correct sourcePatrick Steinhardt1-8/+10
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-2/+4
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-2/+4
2026-07-05loose: avoid closing invalid fd on error pathJohannes Schindelin1-1/+2
2026-07-05load_one_loose_object_map(): fix resource leakJohannes Schindelin1-5/+4
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