summaryrefslogtreecommitdiffstats
path: root/builtin-unpack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-unpack-objects-strict'Junio C Hamano2009-08-271-7/+9
|\
| * Fix "unpack-objects --strict"Junio C Hamano2009-08-141-7/+9
* | Merge branch 'cc/replace'Junio C Hamano2009-08-211-0/+2
|\ \
| * | environment: add global variable to disable replacementChristian Couder2009-05-311-0/+2
* | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-1/+1
|\ \ \
| * | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-1/+1
| |/ /
* | / Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-3/+3
| |/ |/|
* | Fix big left-shifts of unsigned charLinus Torvalds2009-06-181-2/+2
|/
* Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-211-3/+3
|\
| * Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-3/+3
* | better validation on delta base object offsetsNicolas Pitre2008-11-021-0/+2
* | Replace xmalloc/memset(0) pairs with xcallocBrandon Casey2008-10-081-2/+1
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-5/+5
|/
* Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-151-1/+1
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-051-1/+2
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* unpack-objects: fix --strict handlingJunio C Hamano2008-03-051-16/+57
* unpack-objects: prevent writing of inconsistent objectsMartin Koegler2008-03-051-7/+103
* Revert "unpack-objects: prevent writing of inconsistent objects"Junio C Hamano2008-03-041-103/+7
* unpack-objects: prevent writing of inconsistent objectsMartin Koegler2008-02-281-7/+103
* unpack-object: cache for non written objectsMartin Koegler2008-02-281-0/+23
* relax usage of the progress APINicolas Pitre2007-10-301-4/+2
* make struct progress an opaque typeNicolas Pitre2007-10-301-3/+3
* more compact progress displayNicolas Pitre2007-10-171-1/+1
* Ensure return value from xread() is always stored into an ssize_tJohan Herland2007-05-151-1/+1
* 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