aboutsummaryrefslogtreecommitdiffstats
path: root/tmp-objdir.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-16object-file: get rid of `the_repository` in `finalize_object_file()`Patrick Steinhardt1-1/+1
2025-07-01odb: get rid of `the_repository` when handling the primary sourcePatrick Steinhardt1-4/+6
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-12/+12
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-7/+10
2024-12-18tmp-objdir: stop using `the_repository`Patrick Steinhardt1-7/+8
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-02Merge branch 'tb/weak-sha1-for-tail-sum'Junio C Hamano1-7/+19
2024-09-27finalize_object_file(): implement collision checkTaylor Blau1-7/+19
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt1-3/+5
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren1-1/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2022-09-30tmp-objdir: skip clean up when handling a signalJohn Cai1-36/+4
2022-02-02log: clean unneeded objects during `log --remerge-diff`Elijah Newren1-0/+5
2021-12-08tmp-objdir: new API for creating temporary writable databasesNeeraj Singh1-3/+52
2021-01-25packfile: prepare for the existence of '*.rev' filesTaylor Blau1-2/+4
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-8/+8
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller1-0/+1
2016-12-12tmp-objdir: quote paths we add to alternatesJeff King1-1/+17
2016-10-10tmp-objdir: do not migrate files starting with '.'Jeff King1-1/+1
2016-10-10tmp-objdir: put quarantine information in the environmentJeff King1-0/+2
2016-10-10tmp-objdir: introduce API for temporary object directoriesJeff King1-0/+273