summaryrefslogtreecommitdiff
path: root/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-6/+6
* drop length argument of has_extensionRene Scharfe2006-08-111-1/+1
* Add has_extension()Rene Scharfe2006-08-101-1/+1
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-4/+8
* remove delta-against-self bitNicolas Pitre2006-02-091-3/+3
* avoid asking ?alloc() for zero bytes.Junio C Hamano2005-12-261-8/+14
* An off-by-one bug found by valgrindPavel Roskin2005-12-211-1/+1
* Fix packname hash generation.Junio C Hamano2005-10-121-2/+13
* Add git-index-pack utilitySergey Vlasov2005-10-121-0/+451