Age | Commit message (Expand) | Author | Files | Lines |
2013-03-17 | avoid segfaults on parse_object failure | Jeff King | 1 | -0/+10 |
2012-04-30 | remove superfluous newlines in error messages | Pete Wyckoff | 1 | -3/+3 |
2012-04-24 | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 1 | -0/+11 |
2012-03-30 | Teach revision walking machinery to walk multiple times sequencially | Heiko Voigt | 1 | -0/+11 |
2012-03-07 | parse_object: avoid putting whole blob in core | Nguyễn Thái Ngọc Duy | 1 | -0/+11 |
2012-01-05 | parse_object: try internal cache before reading object db | Jeff King | 1 | -2/+7 |
2011-11-16 | receive-pack, fetch-pack: reject bogus pack that records objects twice | Junio C Hamano | 1 | -0/+2 |
2011-05-15 | read_sha1_file(): get rid of read_sha1_file_repl() madness | Junio C Hamano | 1 | -2/+2 |
2010-09-06 | Merge branch 'maint' | Junio C Hamano | 1 | -4/+4 |
2010-09-06 | Merge branch 'xx/trivial' into maint | Junio C Hamano | 1 | -4/+4 |
2010-09-05 | Fix whitespace issue in object.c | Jared Hance | 1 | -4/+4 |
2010-09-03 | Merge branch 'nd/maint-fix-replace' | Junio C Hamano | 1 | -1/+1 |
2010-09-03 | parse_object: pass on the original sha1, not the replaced one | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2010-04-19 | fix "bundle --stdin" segfault | Jonathan Nieder | 1 | -2/+2 |
2010-01-17 | object.c: remove unused functions | Junio C Hamano | 1 | -21/+0 |
2009-05-31 | object: call "check_sha1_signature" with the replacement sha1 | Christian Couder | 1 | -4/+5 |
2009-05-20 | Unify signedness in hashing calls | Dan McGee | 1 | -4/+4 |
2009-05-16 | Fix type-punning issues | Dan McGee | 1 | -1/+2 |
2009-01-17 | bundle: allow the same ref to be given more than once | Junio C Hamano | 1 | -0/+19 |
2008-02-03 | parse_object_buffer: don't ignore errors from the object specific parsing fun... | Martin Koegler | 1 | -4/+8 |
2007-12-22 | Don't dereference NULL upon lookup failure. | Jim Meyering | 1 | -13/+22 |
2007-06-06 | Don't assume tree entries that are not dirs are blobs | Sam Vilain | 1 | -0/+3 |
2007-05-24 | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 1 | -0/+1 |
2007-05-24 | fix memory leak in parse_object when check_sha1_signature fails | Carlos Rica | 1 | -0/+1 |
2007-04-24 | add add_object_array_with_mode | Martin Koegler | 1 | -0/+6 |
2007-04-16 | Clean up object creation to use more common code | Linus Torvalds | 1 | -7/+7 |
2007-04-16 | Use proper object allocators for unknown object nodes too | Linus Torvalds | 1 | -12/+3 |
2007-03-20 | Don't ever return corrupt objects from "parse_object()" | Linus Torvalds | 1 | -2/+4 |
2007-02-27 | get rid of lookup_object_type() | Nicolas Pitre | 1 | -18/+0 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -8/+8 |
2007-02-27 | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 1 | -3/+23 |
2006-09-16 | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 1 | -27/+41 |
2006-08-27 | Use xcalloc instead of calloc | Jonas Fonseca | 1 | -1/+1 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -1/+1 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -1/+1 |
2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -3/+4 |
2006-07-01 | git object hash cleanups | Linus Torvalds | 1 | -44/+53 |
2006-06-29 | Abstract out accesses to object hash array | Linus Torvalds | 1 | -3/+12 |
2006-06-19 | Add "named object array" concept | Linus Torvalds | 1 | -0/+17 |
2006-06-18 | Remove "refs" field from "struct object" | Linus Torvalds | 1 | -70/+0 |
2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -2/+6 |
2006-05-29 | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 1 | -1/+1 |
2006-05-29 | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 1 | -1/+4 |
2006-04-04 | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 1 | -4/+2 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -4/+4 |
2006-02-12 | Fix object re-hashing | Linus Torvalds | 1 | -1/+1 |
2006-02-12 | hashtable-based objects: minimum fixups. | Junio C Hamano | 1 | -2/+4 |
2006-02-12 | Use a hashtable for objects instead of a sorted list | Johannes Schindelin | 1 | -29/+40 |
2006-01-07 | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 1 | -1/+1 |
2005-12-06 | qsort() ptrdiff_t may be larger than int | Junio C Hamano | 1 | -1/+6 |