| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object-file.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2022-09-30 | tmp-objdir: skip clean up when handling a signal | John Cai | 1 | -36/+4 |
| 2022-02-02 | log: clean unneeded objects during `log --remerge-diff` | Elijah Newren | 1 | -0/+5 |
| 2021-12-08 | tmp-objdir: new API for creating temporary writable databases | Neeraj Singh | 1 | -3/+52 |
| 2021-01-25 | packfile: prepare for the existence of '*.rev' files | Taylor Blau | 1 | -2/+4 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
| 2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -8/+8 |
| 2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
| 2018-03-23 | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 1 | -0/+1 |
| 2016-12-12 | tmp-objdir: quote paths we add to alternates | Jeff King | 1 | -1/+17 |
| 2016-10-10 | tmp-objdir: do not migrate files starting with '.' | Jeff King | 1 | -1/+1 |
| 2016-10-10 | tmp-objdir: put quarantine information in the environment | Jeff King | 1 | -0/+2 |
| 2016-10-10 | tmp-objdir: introduce API for temporary object directories | Jeff King | 1 | -0/+273 |