aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-unpack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-05Fix some warnings (on cygwin) to allow -WerrorRamsay Jones1-1/+2
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-03-05unpack-objects: fix --strict handlingJunio C Hamano1-16/+57
2008-03-05unpack-objects: prevent writing of inconsistent objectsMartin Koegler1-7/+103
2008-03-04Revert "unpack-objects: prevent writing of inconsistent objects"Junio C Hamano1-103/+7
2008-02-28unpack-objects: prevent writing of inconsistent objectsMartin Koegler1-7/+103
2008-02-28unpack-object: cache for non written objectsMartin Koegler1-0/+23
2007-10-30relax usage of the progress APINicolas Pitre1-4/+2
2007-10-30make struct progress an opaque typeNicolas Pitre1-3/+3
2007-10-17more compact progress displayNicolas Pitre1-1/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland1-1/+1
2007-04-22make progress "title" part of the common progress interfaceNicolas Pitre1-4/+2
2007-04-22common progress display supportNicolas Pitre1-21/+17
2007-04-10add overflow tests on pack offset variablesNicolas Pitre1-6/+11
2007-04-10make overflow test on delta base offset work regardless of variable sizeNicolas Pitre1-1/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-24/+15
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-2/+0
2006-11-03Allow pack header preprocessing before unpack-objects/index-pack.Nicolas Pitre1-0/+15
2006-10-30Use memmove instead of memcpy for overlapping areasEdgar Toernig1-2/+2
2006-09-27teach git-unpack-objects about deltas with offset to baseNicolas Pitre1-32/+106
2006-09-27introduce delta objects with offset to baseNicolas Pitre1-1/+1
2006-09-13unpack-objects -r: call it "recover".Junio C Hamano1-6/+6
2006-09-04unpack-objects desperately salvages objects from a corrupt packJunio C Hamano1-21/+38
2006-08-29unpack-objects: remove unused variable "eof"Johannes Schindelin1-3/+1
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-2/+2
2006-08-12Merge branch 'jc/pack-objects'Junio C Hamano1-0/+2
2006-08-03Make git-unpack-objects a builtinMatthias Kestenholz1-0/+310