Age | Commit message (Expand) | Author | Files | Lines |
2008-03-02 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -6/+0 |
2008-02-25 | Remove unused object-ref code | Martin Koegler | 1 | -6/+0 |
2008-02-17 | deref_tag: handle tag->tagged = NULL | Martin Koegler | 1 | -1/+4 |
2008-01-06 | parse_tag_buffer: don't parse invalid tags | Martin Koegler | 1 | -2/+3 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -3/+1 |
2007-05-28 | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 1 | -1/+1 |
2007-05-28 | Fix stupid typo in lookup_tag() | Johan Herland | 1 | -1/+1 |
2007-04-16 | Clean up object creation to use more common code | Linus Torvalds | 1 | -7/+3 |
2007-02-27 | get rid of lookup_object_type() | Nicolas Pitre | 1 | -3/+18 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -3/+3 |
2006-07-12 | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 1 | -4/+4 |
2006-06-21 | Merge branch 'ff/c99' into next | Junio C Hamano | 1 | -2/+2 |
2006-06-20 | Remove all void-pointer arithmetic. | Florian Forster | 1 | -2/+2 |
2006-06-19 | Add specialized object allocator | Linus Torvalds | 1 | -1/+1 |
2006-06-17 | Shrink "struct object" a bit | Linus Torvalds | 1 | -6/+6 |
2006-04-04 | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 1 | -2/+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/+5 |
2005-11-02 | Be careful when dereferencing tags. | Junio C Hamano | 1 | -1/+6 |
2005-08-05 | Fix send-pack for non-commitish tags. | Junio C Hamano | 1 | -0/+7 |
2005-06-21 | [PATCH] Parse tags for absent objects | Daniel Barkalow | 1 | -4/+7 |
2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -1/+1 |
2005-05-20 | [PATCH] delta check | Nicolas Pitre | 1 | -0/+2 |
2005-05-06 | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 1 | -22/+28 |
2005-05-04 | Teach fsck-cache to accept non-commits for reachability analysis. | Linus Torvalds | 1 | -0/+2 |
2005-05-04 | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 1 | -7/+14 |
2005-04-30 | [PATCH] compat: replace AF_LOCAL with AF_UNIX | Edgar Toernig | 1 | -4/+4 |
2005-04-28 | [PATCH] Add tag header/parser to library | Daniel Barkalow | 1 | -0/+73 |