summaryrefslogtreecommitdiff
path: root/server-info.c
Commit message (Expand)AuthorAgeFilesLines
* server-info: skip empty lines.Junio C Hamano2005-12-211-1/+4
* objects/info/packs: work around bug in http-fetch.c::fetch_indices()Junio C Hamano2005-12-211-0/+1
* qsort(): ptrdiff_t may be larger than intJunio C Hamano2005-12-081-1/+6
* server-info.c: and two functions are not used anymore.Junio C Hamano2005-12-051-33/+0
* server-info.c: use pack_local like everybody else.Junio C Hamano2005-12-051-4/+2
* server-info: throw away T computation as well.Junio C Hamano2005-12-041-130/+3
* server-info: stop sorting packs by latest date.Junio C Hamano2005-12-041-36/+3
* server-info.c: drop unused D lines.Junio C Hamano2005-12-041-110/+10
* Rework object refs tracking to reduce memory usageSergey Vlasov2005-11-151-7/+18
* Be careful when dereferencing tags.Junio C Hamano2005-11-021-3/+4
* Show peeled onion from upload-pack and server-info.Junio C Hamano2005-10-151-0/+7
* Reduce memory usage in git-update-server-info.robfitz@273k.net2005-10-081-0/+10
* Unoptimize info/refs creation.Junio C Hamano2005-09-151-26/+0
* Retire info/rev-cacheJunio C Hamano2005-09-151-41/+0
* Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-291-1/+1
* Replace zero-length array decls with [].Jason Riedy2005-08-231-1/+1
* [PATCH] Fix sparse warningsLinus Torvalds2005-08-011-1/+1
* server-info: do not complain if a tag points at a non-commit.Junio C Hamano2005-07-291-4/+11
* [PATCH] Add update-server-info.Junio C Hamano2005-07-231-0/+565