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