summaryrefslogtreecommitdiff
path: root/index-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Don't use memcpy when source and dest. buffers may overlapLibravatar Jim Meyering1-1/+1
2006-11-18sparse fix: non-ANSI function declarationLibravatar Rene Scharfe1-1/+1
2006-11-03remove .keep pack lock files when done with refs updateLibravatar Nicolas Pitre1-15/+23
2006-11-03have index-pack create .keep file more carefullyLibravatar Nicolas Pitre1-7/+10
2006-11-03Allow pack header preprocessing before unpack-objects/index-pack.Libravatar Nicolas Pitre1-0/+13
2006-10-29Teach git-index-pack how to keep a pack file.Libravatar Shawn Pearce1-3/+40
2006-10-27index-pack: minor fixes to comment and function nameLibravatar Nicolas Pitre1-12/+12
2006-10-26mimic unpack-objects when --stdin is used with index-packLibravatar Nicolas Pitre1-3/+16
2006-10-26add progress status to index-packLibravatar Nicolas Pitre1-4/+70
2006-10-26make index-pack able to complete thin packs.Libravatar Nicolas Pitre1-43/+211
2006-10-25enable index-pack streaming capabilityLibravatar Nicolas Pitre1-29/+104
2006-10-20add the capability for index-pack to read from a streamLibravatar Nicolas Pitre1-101/+143
2006-10-18index-pack: compare only the first 20-bytes of the key.Libravatar Nicolas Pitre1-4/+10
2006-09-27teach git-index-pack about deltas with offset to baseLibravatar Nicolas Pitre1-31/+80
2006-09-27introduce delta objects with offset to baseLibravatar Nicolas Pitre1-4/+4
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Libravatar Shawn Pearce1-2/+2
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.Libravatar David Rientjes1-6/+6
2006-08-11drop length argument of has_extensionLibravatar Rene Scharfe1-1/+1
2006-08-10Add has_extension()Libravatar Rene Scharfe1-1/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Libravatar Peter Eriksen1-4/+8
2006-02-09remove delta-against-self bitLibravatar Nicolas Pitre1-3/+3
2005-12-26avoid asking ?alloc() for zero bytes.Libravatar Junio C Hamano1-8/+14
2005-12-21An off-by-one bug found by valgrindLibravatar Pavel Roskin1-1/+1
2005-10-12Fix packname hash generation.Libravatar Junio C Hamano1-2/+13
2005-10-12Add git-index-pack utilityLibravatar Sergey Vlasov1-0/+451