summaryrefslogtreecommitdiff
path: root/builtin-unpack-objects.c
AgeCommit message (Expand)Author
2006-11-03Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre
2006-10-31Use memmove instead of memcpy for overlapping areasEdgar Toernig
2006-09-27teach git-unpack-objects about deltas with offset to baseNicolas Pitre
2006-09-27introduce delta objects with offset to baseNicolas Pitre
2006-09-13unpack-objects -r: call it "recover".Junio C Hamano
2006-09-04unpack-objects desperately salvages objects from a corrupt packJunio C Hamano
2006-08-29unpack-objects: remove unused variable "eof"Johannes Schindelin
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-13Merge branch 'jc/pack-objects'Junio C Hamano
2006-08-04Make git-unpack-objects a builtinMatthias Kestenholz