summaryrefslogtreecommitdiff
path: root/server-info.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-1/+1
* Assorted typo fixesPavel Roskin2006-07-091-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-171-1/+1
* 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