aboutsummaryrefslogtreecommitdiffstats
path: root/index-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-29Teach git-index-pack how to keep a pack file.Shawn Pearce1-3/+40
2006-10-27index-pack: minor fixes to comment and function nameNicolas Pitre1-12/+12
2006-10-26mimic unpack-objects when --stdin is used with index-packNicolas Pitre1-3/+16
2006-10-26add progress status to index-packNicolas Pitre1-4/+70
2006-10-26make index-pack able to complete thin packs.Nicolas Pitre1-43/+211
2006-10-25enable index-pack streaming capabilityNicolas Pitre1-29/+104
2006-10-20add the capability for index-pack to read from a streamNicolas Pitre1-101/+143
2006-10-18index-pack: compare only the first 20-bytes of the key.Nicolas Pitre1-4/+10
2006-09-27teach git-index-pack about deltas with offset to baseNicolas Pitre1-31/+80
2006-09-27introduce delta objects with offset to baseNicolas Pitre1-4/+4
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