Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2022-10-01tmp-objdir: skip clean up when handling a signalJohn Cai
2022-02-02log: clean unneeded objects during `log --remerge-diff`Elijah Newren
2021-12-09tmp-objdir: new API for creating temporary writable databasesNeeraj Singh
2021-01-26packfile: prepare for the existence of '*.rev' filesTaylor Blau
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: convert remaining callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-03-23object-store: migrate alternates struct and functions from cache.hStefan Beller
2016-12-13tmp-objdir: quote paths we add to alternatesJeff King
2016-10-10tmp-objdir: do not migrate files starting with '.'Jeff King
2016-10-10tmp-objdir: put quarantine information in the environmentJeff King
2016-10-10tmp-objdir: introduce API for temporary object directoriesJeff King