summaryrefslogtreecommitdiff
path: root/server-info.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-0/+1
* alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-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-131-0/+1
* use CALLOC_ARRAYRené Scharfe2021-03-131-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-201-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() privatesb/packfiles-in-repositoryNguyễ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-231-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()rs/misc-cppcheck-fixesRené Scharfe2017-04-171-3/+5
* use QSORTRené Scharfe2016-09-291-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 0666jk/prune-packed-server-infoJeff 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
* update-server-info: Shorten read_pack_info_file()Ralf Thielow2010-07-191-3/+0
* Merge branch 'ar/unlink-err'Junio C Hamano2009-05-181-1/+1
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-2/+2
|/
* Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-1/+1
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* Print the real filename that we failed to open.André Goddard Rosa2007-11-251-1/+1
* Fix core.sharedRepository = 2Johannes Schindelin2007-07-111-0/+2
* Don't coredump on bad refs in update-server-info.Shawn O. Pearce2007-01-311-0/+2