summaryrefslogtreecommitdiff
path: root/server-info.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-19Merge branch 'ps/ref-peeled-tags'Junio C Hamano1-7/+5
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-7/+5
2025-10-16packfile: introduce macro to iterate through packsPatrick Steinhardt1-2/+1
2025-09-24packfile: refactor `get_all_packs()` to work on packfile storePatrick Steinhardt1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-1/+1
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-1/+1
2024-12-18server-info: stop using `the_repository`Patrick Steinhardt1-18/+22
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt1-2/+2
2024-08-09refs: add referent to each_ref_fnJohn Cai1-1/+1
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-07server-info.c: remove temporary info files on exitTaylor Blau1-16/+10
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-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-24server-info.h: move declarations for server-info.c functions from cache.hElijah Newren1-1/+2
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-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-1/+2
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason1-0/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-1/+1
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-06-17Merge branch 'ew/server-info-remove-crufts'Junio C Hamano1-11/+7
2019-05-28server-info: do not list unlinked packsEric Wong1-11/+7
2019-05-15update-server-info: avoid needless overwritesEric Wong1-24/+116
2019-04-16update_info_refs(): drop unused force parameterJeff King1-2/+2
2019-04-16server-info: drop objdirlen pointer arithmeticJeff King1-8/+2
2019-04-16server-info: drop nr_alloc struct memberJeff King1-1/+1
2019-04-16server-info: use strbuf to read old info/packs fileJeff King1-10/+8
2019-04-16server-info: simplify cleanup in parse_pack_def()Jeff King1-3/+4
2019-04-16server-info: fix blind pointer arithmeticJeff King1-10/+12
2018-08-20treewide: use get_all_packsDerrick Stolee1-2/+2
2018-06-29tag: add repository argument to deref_tagStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller1-1/+1
2018-05-02server-info: remove unused members from struct pack_infobrian m. carlson1-7/+2
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy1-1/+0
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller1-1/+1
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller1-2/+4
2017-08-23pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano1-1/+1