| Commit message (Expand) | Author | Age |
* | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-03-02 |
|\ |
|
| * | Remove unused object-ref code | Martin Koegler | 2008-02-25 |
* | | Make on-disk index representation separate from in-core one | Linus Torvalds | 2008-01-21 |
|/ |
|
* | Optimize "diff --cached" performance. | Junio C Hamano | 2007-08-10 |
* | Merge branch 'sv/objfixes' | Junio C Hamano | 2007-06-06 |
|\ |
|
| * | Don't assume tree entries that are not dirs are blobs | Sam Vilain | 2007-06-06 |
* | | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 |
|/ |
|
* | Merge branch 'lt/objalloc' | Junio C Hamano | 2007-04-21 |
|\ |
|
| * | Clean up object creation to use more common code | Linus Torvalds | 2007-04-16 |
* | | Teach "fsck" not to follow subproject links | Linus Torvalds | 2007-04-10 |
|/ |
|
* | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 |
* | Remove "pathlen" from "struct name_entry" | Linus Torvalds | 2007-03-21 |
* | Trivial cleanup of track_tree_refs() | Linus Torvalds | 2007-03-19 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 |
* | Make track_tree_refs void. | David Rientjes | 2006-08-14 |
* | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 |
* | Add specialized object allocator | Linus Torvalds | 2006-06-19 |
* | Shrink "struct object" a bit | Linus Torvalds | 2006-06-17 |
* | tree_entry(): new tree-walking helper function | Linus Torvalds | 2006-05-30 |
* | Remove last vestiges of generic tree_entry_list | Linus Torvalds | 2006-05-29 |
* | Remove unused "zeropad" entry from tree_list_entry | Linus Torvalds | 2006-05-29 |
* | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 2006-05-29 |
* | Switch "read_tree_recursive()" over to tree-walk functionality | Linus Torvalds | 2006-05-29 |
* | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 2006-05-29 |
* | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 2006-05-29 |
* | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 2006-04-04 |
* | Only use a single parser for tree objects | Daniel Barkalow | 2006-01-26 |
* | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 2006-01-07 |
* | struct tree: remove unused field "parent" | Junio C Hamano | 2005-12-04 |
* | ls-tree: major rewrite to do pathspec | Linus Torvalds | 2005-11-28 |
* | Rework object refs tracking to reduce memory usage | Sergey Vlasov | 2005-11-15 |
* | [PATCH] Add a function for getting a struct tree for an ent. | Daniel Barkalow | 2005-09-10 |
* | git-fsck-cache: be stricter about "tree" objects | Linus Torvalds | 2005-07-27 |
* | Fix up read_tree() pathspec matching to use "const char **" | Linus Torvalds | 2005-07-14 |
* | Start adding interfaces to read in partial trees | Linus Torvalds | 2005-07-14 |
* | [PATCH] Fix oversimplified optimization for add_cache_entry(). | Junio C Hamano | 2005-06-25 |
* | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 2005-06-08 |
* | [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" | Junio C Hamano | 2005-05-29 |
* | [PATCH] delta check | Nicolas Pitre | 2005-05-20 |
* | [PATCH] read_tree_recursive(): Fix leaks | Jonas Fonseca | 2005-05-11 |
* | Add git-update-cache --replace option. | Junio C Hamano | 2005-05-07 |
* | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 2005-05-06 |
* | Be more careful about tree entry modes. | Linus Torvalds | 2005-05-05 |
* | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 2005-05-04 |
* | Make fsck-cache do better tree checking. | Linus Torvalds | 2005-05-02 |
* | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 2005-04-26 |
* | Don't add references to objects we couldn't find. | Linus Torvalds | 2005-04-24 |
* | Verify that the object type matches for tree/commit objects even before parsing. | Linus Torvalds | 2005-04-24 |