summaryrefslogtreecommitdiff
path: root/builtin-unpack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* make progress "title" part of the common progress interfaceNicolas Pitre2007-04-221-4/+2
* common progress display supportNicolas Pitre2007-04-221-21/+17
* add overflow tests on pack offset variablesNicolas Pitre2007-04-101-6/+11
* make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-101-1/+1
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-24/+15
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre2006-11-031-0/+15
* Use memmove instead of memcpy for overlapping areasEdgar Toernig2006-10-301-2/+2
* teach git-unpack-objects about deltas with offset to baseNicolas Pitre2006-09-271-32/+106
* introduce delta objects with offset to baseNicolas Pitre2006-09-271-1/+1
* unpack-objects -r: call it "recover".Junio C Hamano2006-09-131-6/+6
* unpack-objects desperately salvages objects from a corrupt packJunio C Hamano2006-09-041-21/+38
* unpack-objects: remove unused variable "eof"Johannes Schindelin2006-08-291-3/+1
* 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-2/+2
* Merge branch 'jc/pack-objects'Junio C Hamano2006-08-121-0/+2
* Make git-unpack-objects a builtinMatthias Kestenholz2006-08-031-0/+310