| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-02-22 | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 1 | -568/+0 |
| 2009-08-27 | Merge branch 'jc/maint-unpack-objects-strict' | Junio C Hamano | 1 | -7/+9 |
| 2009-08-21 | Merge branch 'cc/replace' | Junio C Hamano | 1 | -0/+2 |
| 2009-08-14 | Fix "unpack-objects --strict" | Junio C Hamano | 1 | -7/+9 |
| 2009-07-06 | Merge branch 'tr/die_errno' | Junio C Hamano | 1 | -1/+1 |
| 2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -1/+1 |
| 2009-06-20 | Fix various sparse warnings in the git source code | Linus Torvalds | 1 | -3/+3 |
| 2009-06-18 | Fix big left-shifts of unsigned char | Linus Torvalds | 1 | -2/+2 |
| 2009-05-31 | environment: add global variable to disable replacement | Christian Couder | 1 | -0/+2 |
| 2009-01-21 | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 1 | -3/+3 |
| 2009-01-11 | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 1 | -3/+3 |
| 2008-11-02 | better validation on delta base object offsets | Nicolas Pitre | 1 | -0/+2 |
| 2008-10-08 | Replace xmalloc/memset(0) pairs with xcalloc | Brandon Casey | 1 | -2/+1 |
| 2008-10-02 | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 1 | -5/+5 |
| 2008-09-15 | Start conforming code to "git subcmd" style part 3 | Heikki Orsila | 1 | -1/+1 |
| 2008-07-05 | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 1 | -1/+2 |
| 2008-05-14 | Provide git_config with a callback-data parameter | Johannes Schindelin | 1 | -1/+1 |
| 2008-03-05 | unpack-objects: fix --strict handling | Junio C Hamano | 1 | -16/+57 |
| 2008-03-05 | unpack-objects: prevent writing of inconsistent objects | Martin Koegler | 1 | -7/+103 |
| 2008-03-04 | Revert "unpack-objects: prevent writing of inconsistent objects" | Junio C Hamano | 1 | -103/+7 |
| 2008-02-28 | unpack-objects: prevent writing of inconsistent objects | Martin Koegler | 1 | -7/+103 |
| 2008-02-28 | unpack-object: cache for non written objects | Martin Koegler | 1 | -0/+23 |
| 2007-10-30 | relax usage of the progress API | Nicolas Pitre | 1 | -4/+2 |
| 2007-10-30 | make struct progress an opaque type | Nicolas Pitre | 1 | -3/+3 |
| 2007-10-17 | more compact progress display | Nicolas Pitre | 1 | -1/+1 |
| 2007-05-15 | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 1 | -1/+1 |
| 2007-04-22 | make progress "title" part of the common progress interface | Nicolas Pitre | 1 | -4/+2 |
| 2007-04-22 | common progress display support | Nicolas Pitre | 1 | -21/+17 |
| 2007-04-10 | add overflow tests on pack offset variables | Nicolas Pitre | 1 | -6/+11 |
| 2007-04-10 | make overflow test on delta base offset work regardless of variable size | Nicolas Pitre | 1 | -1/+1 |
| 2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -24/+15 |
| 2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -1/+1 |
| 2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+0 |
| 2006-11-03 | Allow pack header preprocessing before unpack-objects/index-pack. | Nicolas Pitre | 1 | -0/+15 |
| 2006-10-30 | Use memmove instead of memcpy for overlapping areas | Edgar Toernig | 1 | -2/+2 |
| 2006-09-27 | teach git-unpack-objects about deltas with offset to base | Nicolas Pitre | 1 | -32/+106 |
| 2006-09-27 | introduce delta objects with offset to base | Nicolas Pitre | 1 | -1/+1 |
| 2006-09-13 | unpack-objects -r: call it "recover". | Junio C Hamano | 1 | -6/+6 |
| 2006-09-04 | unpack-objects desperately salvages objects from a corrupt pack | Junio C Hamano | 1 | -21/+38 |
| 2006-08-29 | unpack-objects: remove unused variable "eof" | Johannes Schindelin | 1 | -3/+1 |
| 2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -2/+2 |
| 2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -2/+2 |
| 2006-08-12 | Merge branch 'jc/pack-objects' | Junio C Hamano | 1 | -0/+2 |
| 2006-08-03 | Make git-unpack-objects a builtin | Matthias Kestenholz | 1 | -0/+310 |