aboutsummaryrefslogtreecommitdiffstats
path: root/index-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-6/+6
2006-08-11drop length argument of has_extensionRene Scharfe1-1/+1
2006-08-10Add has_extension()Rene Scharfe1-1/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-4/+8
2006-02-09remove delta-against-self bitNicolas Pitre1-3/+3
2005-12-26avoid asking ?alloc() for zero bytes.Junio C Hamano1-8/+14
2005-12-21An off-by-one bug found by valgrindPavel Roskin1-1/+1
2005-10-12Fix packname hash generation.Junio C Hamano1-2/+13
2005-10-12Add git-index-pack utilitySergey Vlasov1-0/+451