summaryrefslogtreecommitdiff
path: root/tmp-objdir.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+1
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* tmp-objdir: skip clean up when handling a signalJohn Cai2022-09-301-36/+4
* log: clean unneeded objects during `log --remerge-diff`Elijah Newren2022-02-021-0/+5
* tmp-objdir: new API for creating temporary writable databasesNeeraj Singh2021-12-081-3/+52
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-251-2/+4
* strvec: rename struct fieldsJeff King2020-07-301-1/+1
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-8/+8
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* object-store: migrate alternates struct and functions from cache.hStefan Beller2018-03-231-0/+1
* tmp-objdir: quote paths we add to alternatesJeff King2016-12-121-1/+17
* tmp-objdir: do not migrate files starting with '.'Jeff King2016-10-101-1/+1
* tmp-objdir: put quarantine information in the environmentJeff King2016-10-101-0/+2
* tmp-objdir: introduce API for temporary object directoriesJeff King2016-10-101-0/+273