summaryrefslogtreecommitdiff
path: root/builtin-unpack-objects.c
AgeCommit message (Expand)Author
2008-03-04Revert "unpack-objects: prevent writing of inconsistent objects"Junio C Hamano
2008-02-29unpack-objects: prevent writing of inconsistent objectsMartin Koegler
2008-02-29unpack-object: cache for non written objectsMartin Koegler
2007-10-30relax usage of the progress APINicolas Pitre
2007-10-30make struct progress an opaque typeNicolas Pitre
2007-10-17more compact progress displayNicolas Pitre
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-04-23make progress "title" part of the common progress interfaceNicolas Pitre
2007-04-23common progress display supportNicolas Pitre
2007-04-10add overflow tests on pack offset variablesNicolas Pitre
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
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