Age | Commit message (Expand) | Author | Files | Lines |
2010-01-17 | object.c: remove unused functions | Junio C Hamano | 1 | -5/+0 |
2009-01-25 | Merge branch 'js/maint-all-implies-HEAD' | Junio C Hamano | 1 | -0/+1 |
2009-01-17 | bundle: allow the same ref to be given more than once | Junio C Hamano | 1 | -0/+1 |
2008-09-10 | Fix git-diff-tree --stdin | Junio C Hamano | 1 | -1/+12 |
2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -8/+0 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-04-24 | add add_object_array_with_mode | Martin Koegler | 1 | -0/+2 |
2007-04-16 | Clean up object creation to use more common code | Linus Torvalds | 1 | -1/+1 |
2007-04-16 | Add a generic "object decorator" interface, and make object refs use it | Linus Torvalds | 1 | -1/+0 |
2007-02-27 | get rid of lookup_object_type() | Nicolas Pitre | 1 | -3/+0 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -1/+1 |
2007-02-27 | formalize typename(), and add its reverse type_from_string() | Nicolas Pitre | 1 | -7/+3 |
2006-09-16 | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 1 | -0/+6 |
2006-09-03 | more lightweight revalidation while reusing deflated stream in packing | Junio C Hamano | 1 | -11/+0 |
2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -8/+15 |
2006-06-29 | Abstract out accesses to object hash array | Linus Torvalds | 1 | -2/+3 |
2006-06-19 | Add "named object array" concept | Linus Torvalds | 1 | -1/+12 |
2006-06-18 | Remove "refs" field from "struct object" | Linus Torvalds | 1 | -1/+3 |
2006-06-17 | Move "void *util" from "struct object" into "struct commit" | Linus Torvalds | 1 | -1/+0 |
2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -2/+18 |
2006-02-12 | Use a hashtable for objects instead of a sorted list | Johannes Schindelin | 1 | -1/+1 |
2006-01-07 | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 1 | -1/+1 |
2005-11-16 | GIT 0.99.9j aka 1.0rc3 | Junio C Hamano | 1 | -2/+8 |
2005-09-16 | [PATCH] Avoid building object ref lists when not needed | Linus Torvalds | 1 | -0/+1 |
2005-09-10 | [PATCH] Add function to append to an object_list. | Daniel Barkalow | 1 | -0/+3 |
2005-08-02 | [PATCH] Object library enhancements | barkalow@iabervon.org | 1 | -0/+10 |
2005-06-27 | [PATCH] Remove "delta" object representation. | Junio C Hamano | 1 | -2/+0 |
2005-06-26 | Ooh. Make git-rev-list --object associate a name with objects. | Linus Torvalds | 1 | -0/+1 |
2005-06-21 | [PATCH] Parse tags for absent objects | Daniel Barkalow | 1 | -0/+4 |
2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -3/+3 |
2005-06-06 | [PATCH] Modify git-rev-list to linearise the commit history in merge order. | jon@blackcubes.dyndns.org | 1 | -0/+1 |
2005-05-20 | [PATCH] delta check | Nicolas Pitre | 1 | -0/+2 |
2005-05-11 | Mark the variable declarations in .h files as extern | Petr Baudis | 1 | -2/+2 |
2005-04-28 | [PATCH] Add function to parse an object of unspecified type (take 2) | Daniel Barkalow | 1 | -0/+3 |
2005-04-18 | [PATCH] Header files for object parsing | Daniel Barkalow | 1 | -0/+29 |