Age | Commit message (Expand) | Author | Files | Lines |
2006-04-04 | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 1 | -5/+2 |
2006-01-26 | Only use a single parser for tree objects | Daniel Barkalow | 1 | -30/+18 |
2006-01-07 | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 1 | -1/+1 |
2005-12-04 | struct tree: remove unused field "parent" | Junio C Hamano | 1 | -1/+0 |
2005-11-28 | ls-tree: major rewrite to do pathspec | Linus Torvalds | 1 | -10/+24 |
2005-11-15 | Rework object refs tracking to reduce memory usage | Sergey Vlasov | 1 | -1/+12 |
2005-09-10 | [PATCH] Add a function for getting a struct tree for an ent. | Daniel Barkalow | 1 | -0/+21 |
2005-07-27 | git-fsck-cache: be stricter about "tree" objects | Linus Torvalds | 1 | -0/+1 |
2005-07-14 | Fix up read_tree() pathspec matching to use "const char **" | Linus Torvalds | 1 | -4/+6 |
2005-07-14 | Start adding interfaces to read in partial trees | Linus Torvalds | 1 | -4/+51 |
2005-06-25 | [PATCH] Fix oversimplified optimization for add_cache_entry(). | Junio C Hamano | 1 | -1/+1 |
2005-06-08 | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 1 | -1/+1 |
2005-05-29 | [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" | Junio C Hamano | 1 | -1/+1 |
2005-05-20 | [PATCH] delta check | Nicolas Pitre | 1 | -0/+2 |
2005-05-11 | [PATCH] read_tree_recursive(): Fix leaks | Jonas Fonseca | 1 | -2/+5 |
2005-05-07 | Add git-update-cache --replace option. | Junio C Hamano | 1 | -1/+1 |
2005-05-06 | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 1 | -17/+27 |
2005-05-05 | Be more careful about tree entry modes. | Linus Torvalds | 1 | -2/+4 |
2005-05-04 | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 1 | -2/+7 |
2005-05-02 | Make fsck-cache do better tree checking. | Linus Torvalds | 1 | -5/+0 |
2005-04-26 | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 1 | -4/+4 |
2005-04-24 | Don't add references to objects we couldn't find. | Linus Torvalds | 1 | -1/+2 |
2005-04-24 | Verify that the object type matches for tree/commit objects even before parsing. | Linus Torvalds | 1 | -1/+1 |
2005-04-24 | Set object type at object creation time, not object parse time. | Linus Torvalds | 1 | -1/+1 |
2005-04-23 | [PATCH] Parse tree objects completely | Daniel Barkalow | 1 | -3/+17 |
2005-04-22 | Move "read_tree()" to "tree.c" to be used as a generic helper function. | Linus Torvalds | 1 | -0/+65 |
2005-04-18 | [PATCH] Implementations of parsing functions | Daniel Barkalow | 1 | -0/+67 |