summaryrefslogtreecommitdiffstats
path: root/server-info.c (follow)
Commit message (Expand)AuthorAgeLines
* *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-13-0/+1
* use CALLOC_ARRAYRené Scharfe2021-03-13-1/+1
* Fix spelling errors in code commentsElijah Newren2019-11-10-1/+1
* Merge branch 'ew/server-info-remove-crufts'Junio C Hamano2019-06-17-11/+7
|\
| * server-info: do not list unlinked packsEric Wong2019-05-28-11/+7
* | update-server-info: avoid needless overwritesEric Wong2019-05-15-24/+116
|/
* update_info_refs(): drop unused force parameterJeff King2019-04-16-2/+2
* server-info: drop objdirlen pointer arithmeticJeff King2019-04-16-8/+2
* server-info: drop nr_alloc struct memberJeff King2019-04-16-1/+1
* server-info: use strbuf to read old info/packs fileJeff King2019-04-16-10/+8
* server-info: simplify cleanup in parse_pack_def()Jeff King2019-04-16-3/+4
* server-info: fix blind pointer arithmeticJeff King2019-04-16-10/+12
* treewide: use get_all_packsDerrick Stolee2018-08-20-2/+2
* tag: add repository argument to deref_tagStefan Beller2018-06-29-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-29-1/+1
* server-info: remove unused members from struct pack_infobrian m. carlson2018-05-02-7/+2
* packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-26-1/+0
* packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-26-1/+1
* object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-26-2/+4
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-23-0/+1
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13-1/+1
|\
| * wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-26-1/+1
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08-1/+1
|/
* server-info: avoid calling fclose(3) twice in update_info_file()René Scharfe2017-04-17-3/+5
* use QSORTRené Scharfe2016-09-29-1/+1
* server-info.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09-1/+1
* Convert struct object to object_idbrian m. carlson2015-11-20-1/+1
* add_info_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25-7/+5
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25-1/+4
* update-server-info: create info/* with mode 0666Jeff King2015-01-06-1/+1
* server-info: clean up after writing info/packsJeff King2014-09-15-0/+9
* make update-server-info more robustJeff King2014-09-15-45/+71
* update-server-info: Shorten read_pack_info_file()Ralf Thielow2010-07-19-3/+0
* Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18-1/+1
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29-1/+1
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01-2/+2
|/
* Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-30-1/+1
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04-1/+1
* Print the real filename that we failed to open.André Goddard Rosa2007-11-25-1/+1
* Fix core.sharedRepository = 2Johannes Schindelin2007-07-11-0/+2
* Don't coredump on bad refs in update-server-info.Shawn O. Pearce2007-01-31-0/+2
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-20-2/+2
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02-1/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12-1/+1
* Assorted typo fixesPavel Roskin2006-07-09-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-17-1/+1
* server-info: skip empty lines.Junio C Hamano2005-12-21-1/+4
* objects/info/packs: work around bug in http-fetch.c::fetch_indices()Junio C Hamano2005-12-21-0/+1
* qsort(): ptrdiff_t may be larger than intJunio C Hamano2005-12-08-1/+6