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