1. 7183c09 Fix off-by-one in read_tree_recursive by Johannes Schindelin · 16 years ago
  2. 08e7239 Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint by Junio C Hamano · 16 years ago
  3. 8092bfb match_tree_entry(): a pathspec only matches at directory boundaries by Junio C Hamano · 16 years ago
  4. ba19a80 Drop double-semicolon in C by Junio C Hamano · 16 years ago
  5. d3bee16 tree.c: allow read_tree_recursive() to traverse gitlink entries by Lars Hjemli · 16 years ago
  6. 671f070 add context pointer to read_tree_recursive() by René Scharfe · 17 years ago
  7. eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
  8. 7914053 Remove unused object-ref code by Martin Koegler · 17 years ago
  9. 7a51ed6 Make on-disk index representation separate from in-core one by Linus Torvalds · 17 years ago
  10. af3785d Optimize "diff --cached" performance. by Junio C Hamano · 18 years ago
  11. d44c782 Merge branch 'sv/objfixes' by Junio C Hamano · 18 years ago
  12. e2ac7cb Don't assume tree entries that are not dirs are blobs by Sam Vilain · 18 years ago
  13. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  14. 42c4b58 Merge branch 'lt/objalloc' by Junio C Hamano · 18 years ago
  15. 100c5f3 Clean up object creation to use more common code by Linus Torvalds · 18 years ago
  16. 8d9721c Teach "fsck" not to follow subproject links by Linus Torvalds · 18 years ago
  17. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  18. a8c4047 Remove "pathlen" from "struct name_entry" by Linus Torvalds · 18 years ago
  19. c711a21 Trivial cleanup of track_tree_refs() by Linus Torvalds · 18 years ago
  20. 21666f1 convert object type handling from a string to a number by Nicolas Pitre · 18 years ago
  21. 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
  22. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
  23. 74b504f Make track_tree_refs void. by David Rientjes · 19 years ago
  24. 1974632 Remove TYPE_* constant macros and use object_type enums consistently. by Linus Torvalds · 19 years ago
  25. 855419f Add specialized object allocator by Linus Torvalds · 19 years ago
  26. 885a86a Shrink "struct object" a bit by Linus Torvalds · 19 years ago
  27. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  28. 15b5536 Remove last vestiges of generic tree_entry_list by Linus Torvalds · 19 years ago
  29. 3bc1eca Remove unused "zeropad" entry from tree_list_entry by Linus Torvalds · 19 years ago
  30. 2d9c58c Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  31. 0790a42 Switch "read_tree_recursive()" over to tree-walk functionality by Linus Torvalds · 19 years ago
  32. 3a7c352 Make "tree_entry" have a SHA1 instead of a union of object pointers by Linus Torvalds · 19 years ago
  33. 136f2e5 Make "struct tree" contain the pointer to the tree buffer by Linus Torvalds · 19 years ago
  34. 90321c1 Replace xmalloc+memset(0) with xcalloc. by Peter Eriksen · 19 years ago
  35. 521698b Only use a single parser for tree objects by Daniel Barkalow · 19 years ago
  36. 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano · 19 years ago
  37. 18d1e70 struct tree: remove unused field "parent" by Junio C Hamano · 19 years ago
  38. 3c5e846 ls-tree: major rewrite to do pathspec by Linus Torvalds · 19 years ago
  39. 4a4e6fd Rework object refs tracking to reduce memory usage by Sergey Vlasov · 19 years ago
  40. 77675e2 [PATCH] Add a function for getting a struct tree for an ent. by Daniel Barkalow · 20 years ago
  41. 6407180 git-fsck-cache: be stricter about "tree" objects by Linus Torvalds · 20 years ago
  42. 3e58763 Fix up read_tree() pathspec matching to use "const char **" by Linus Torvalds · 20 years ago
  43. 0ca14a5 Start adding interfaces to read in partial trees by Linus Torvalds · 20 years ago
  44. b155725 [PATCH] Fix oversimplified optimization for add_cache_entry(). by Junio C Hamano · 20 years ago
  45. 5d6ccf5 [PATCH] Anal retentive 'const unsigned char *sha1' by Jason McMullan · 20 years ago
  46. 6af1f01 [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" by Junio C Hamano · 20 years ago
  47. d1af002 [PATCH] delta check by Nicolas Pitre · 20 years ago
  48. 1c9da46 [PATCH] read_tree_recursive(): Fix leaks by Jonas Fonseca · 20 years ago
  49. 192268c Add git-update-cache --replace option. by Junio C Hamano · 20 years ago
  50. bd2c39f [PATCH] don't load and decompress objects twice with parse_object() by Nicolas Pitre · 20 years ago
  51. 42ea9cb Be more careful about tree entry modes. by Linus Torvalds · 20 years ago
  52. 13019d4 [PATCH] Fix memory leaks in git-fsck-cache by Sergey Vlasov · 20 years ago
  53. 8500349 Make fsck-cache do better tree checking. by Linus Torvalds · 20 years ago
  54. 812666c [PATCH] introduce xmalloc and xrealloc by Christopher Li · 20 years ago
  55. 235ac40 Don't add references to objects we couldn't find. by Linus Torvalds · 20 years ago
  56. c35dfe8 Verify that the object type matches for tree/commit objects even before parsing. by Linus Torvalds · 20 years ago
  57. d32987b Set object type at object creation time, not object parse time. by Linus Torvalds · 20 years ago
  58. 0869216 [PATCH] Parse tree objects completely by Daniel Barkalow · 20 years ago
  59. 94537c7 Move "read_tree()" to "tree.c" to be used as a generic helper function. by Linus Torvalds · 20 years ago
  60. 175785e [PATCH] Implementations of parsing functions by Daniel Barkalow · 20 years ago