summaryrefslogtreecommitdiffstats
path: root/server-info.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | server-info.c: remove temporary info files on exitTaylor Blau2024-06-071-16/+10
|/
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+2
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* server-info.h: move declarations for server-info.c functions from cache.hElijah Newren2023-04-241-1/+2
* object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
* *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-141-0/+1
* use CALLOC_ARRAYRené Scharfe2021-03-141-1/+1
* Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* Merge branch 'ew/server-info-remove-crufts'Junio C Hamano2019-06-171-11/+7
|\
| * server-info: do not list unlinked packsEric Wong2019-05-281-11/+7
* | update-server-info: avoid needless overwritesEric Wong2019-05-151-24/+116
|/
* update_info_refs(): drop unused force parameterJeff King2019-04-161-2/+2
* server-info: drop objdirlen pointer arithmeticJeff King2019-04-161-8/+2
* server-info: drop nr_alloc struct memberJeff King2019-04-161-1/+1
* server-info: use strbuf to read old info/packs fileJeff King2019-04-161-10/+8
* server-info: simplify cleanup in parse_pack_def()Jeff King2019-04-161-3/+4
* server-info: fix blind pointer arithmeticJeff King2019-04-161-10/+12
* treewide: use get_all_packsDerrick Stolee2018-08-211-2/+2
* tag: add repository argument to deref_tagStefan Beller2018-06-291-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-291-1/+1
* server-info: remove unused members from struct pack_infobrian m. carlson2018-05-021-7/+2
* packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-1/+0
* packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-2/+4
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-241-0/+1
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-1/+1
|\
| * wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
|/
* server-info: avoid calling fclose(3) twice in update_info_file()René Scharfe2017-04-181-3/+5
* use QSORTRené Scharfe2016-09-301-1/+1
* server-info.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
* add_info_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-7/+5
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* update-server-info: create info/* with mode 0666Jeff King2015-01-061-1/+1
* server-info: clean up after writing info/packsJeff King2014-09-151-0/+9
* make update-server-info more robustJeff King2014-09-151-45/+71