summaryrefslogtreecommitdiffstats
path: root/pack-mtimes.c
AgeCommit message (Expand)AuthorLines
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+2
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren-1/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren-1/+1
2022-06-16pack-mtimes: avoid closing a bogus file descriptorJohannes Schindelin-1/+2
2022-05-26pack-mtimes: support reading .mtimes filesTaylor Blau-0/+129