aboutsummaryrefslogtreecommitdiff
path: root/server-info.c
Commit message (Expand)AuthorAge
* pack: move {,re}prepare_packed_git and approximate_object_countJonathan Tan2017-08-23
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\
| * wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-26
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
|/
* server-info: avoid calling fclose(3) twice in update_info_file()René Scharfe2017-04-17
* use QSORTRené Scharfe2016-09-29
* server-info.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* Convert struct object to object_idbrian m. carlson2015-11-20
* add_info_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* update-server-info: create info/* with mode 0666Jeff King2015-01-06
* server-info: clean up after writing info/packsJeff King2014-09-15
* make update-server-info more robustJeff King2014-09-15
* update-server-info: Shorten read_pack_info_file()Ralf Thielow2010-07-19
* Merge branch 'ar/unlink-err'Junio C Hamano2009-05-18
|\
| * replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
|/
* Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-30
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* Print the real filename that we failed to open.André Goddard Rosa2007-11-25
* Fix core.sharedRepository = 2Johannes Schindelin2007-07-11
* Don't coredump on bad refs in update-server-info.Shawn O. Pearce2007-01-31
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-12
* Assorted typo fixesPavel Roskin2006-07-09
* Shrink "struct object" a bitLinus Torvalds2006-06-17
* server-info: skip empty lines.Junio C Hamano2005-12-21
* objects/info/packs: work around bug in http-fetch.c::fetch_indices()Junio C Hamano2005-12-21
* qsort(): ptrdiff_t may be larger than intJunio C Hamano2005-12-08
* server-info.c: and two functions are not used anymore.Junio C Hamano2005-12-05
* server-info.c: use pack_local like everybody else.Junio C Hamano2005-12-05
* server-info: throw away T computation as well.Junio C Hamano2005-12-04
* server-info: stop sorting packs by latest date.Junio C Hamano2005-12-04
* server-info.c: drop unused D lines.Junio C Hamano2005-12-04
* Rework object refs tracking to reduce memory usageSergey Vlasov2005-11-15
* Be careful when dereferencing tags.Junio C Hamano2005-11-02
* Show peeled onion from upload-pack and server-info.Junio C Hamano2005-10-15
* Reduce memory usage in git-update-server-info.robfitz@273k.net2005-10-08
* Unoptimize info/refs creation.Junio C Hamano2005-09-15
* Retire info/rev-cacheJunio C Hamano2005-09-15
* Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-29
* Replace zero-length array decls with [].Jason Riedy2005-08-23
* [PATCH] Fix sparse warningsLinus Torvalds2005-08-01
* server-info: do not complain if a tag points at a non-commit.Junio C Hamano2005-07-29
* [PATCH] Add update-server-info.Junio C Hamano2005-07-23