Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-02-12Fix object re-hashingLinus Torvalds
2006-02-12hashtable-based objects: minimum fixups.Junio C Hamano
2006-02-12Use a hashtable for objects instead of a sorted listJohannes Schindelin
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano
2005-12-07qsort() ptrdiff_t may be larger than intJunio C Hamano
2005-11-15Rework object refs tracking to reduce memory usageSergey Vlasov
2005-09-17[PATCH] Avoid building object ref lists when not neededLinus Torvalds
2005-09-11[PATCH] Add function to append to an object_list.Daniel Barkalow
2005-08-03[PATCH] Object library enhancementsbarkalow@iabervon.org
2005-06-28[PATCH] Remove "delta" object representation.Junio C Hamano
2005-06-22[PATCH] Parse tags for absent objectsDaniel Barkalow
2005-06-09[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan
2005-05-26Make "parse_object()" also fill in commit message buffer data.Linus Torvalds
2005-05-22Include file cleanups..Linus Torvalds
2005-05-21[PATCH] delta checkNicolas Pitre
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov
2005-04-28[PATCH] Add function to parse an object of unspecified type (take 2)Daniel Barkalow
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow