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