1. ccdd4a0 cleanup duplicate name_compare() functions by Jeremiah Mahler · 11 years ago
  2. 7146e66 tree-walk: finally switch over tree descriptors to contain a pre-parsed entry by Kirill Smelkov · 11 years ago
  3. 8bba720 Merge branch 'as/tree-walk-fix-aggressive-short-cut' by Junio C Hamano · 11 years ago
  4. e4ddb05 tree_entry_interesting: match against all pathspecs by Andy Spencer · 11 years ago
  5. 74b4f7f tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting() by Nguyễn Thái Ngọc Duy · 11 years ago
  6. ef79b1f Support pathspec magic :(exclude) and its short form :! by Nguyễn Thái Ngọc Duy · 11 years ago
  7. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 11 years ago
  8. a04f819 traverse_trees(): clarify return value of the callback by Stefan Beller · 12 years ago
  9. 93d9353 parse_pathspec: accept :(icase)path syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  10. bd30c2e pathspec: support :(glob) syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  11. 5c6933d pathspec: support :(literal) syntax for noglob pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  12. 8f4f8f4 guard against new pathspec magic in pathspec matching code by Nguyễn Thái Ngọc Duy · 12 years ago
  13. 6330a17 parse_pathspec: add special flag for max_depth feature by Nguyễn Thái Ngọc Duy · 12 years ago
  14. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 12 years ago
  15. c904cd8 tree_entry_interesting: do basedir compare on wildcard patterns when possible by Nguyễn Thái Ngọc Duy · 12 years ago
  16. 8c6abbc pathspec: apply "*.c" optimization from exclude by Nguyễn Thái Ngọc Duy · 12 years ago
  17. 5d74762 pathspec: do exact comparison on the leading non-wildcard part by Nguyễn Thái Ngọc Duy · 12 years ago
  18. 170260a pathspec: save the non-wildcard length part by Nguyễn Thái Ngọc Duy · 12 years ago
  19. 9d91c0e Merge branch 'nd/tree-walk-enum-cleanup' by Jeff King · 12 years ago
  20. c3a47ca tree-walk: use enum interesting instead of integer by Nguyễn Thái Ngọc Duy · 12 years ago
  21. 8c69c1f Document limited recursion pathspec matching with wildcards by Nguyễn Thái Ngọc Duy · 13 years ago
  22. d688cf0 tree_entry_interesting(): give meaningful names to return values by Nguyễn Thái Ngọc Duy · 13 years ago
  23. 9c6bebd tree_entry_interesting: make use of local pointer "item" by Nguyễn Thái Ngọc Duy · 13 years ago
  24. 5fb8c05 get_tree_entry(): do not call find_tree_entry() on an empty tree by Junio C Hamano · 13 years ago
  25. 0de1633 tree-walk.c: do not leak internal structure in tree_entry_len() by Nguyễn Thái Ngọc Duy · 13 years ago
  26. 4909bbe Merge branch 'dm/tree-walk' by Junio C Hamano · 13 years ago
  27. 27c0f76 Fix some "variable might be used uninitialized" warnings by Ramsay Jones · 13 years ago
  28. 1b74092 tree-walk: micro-optimization in tree_entry_interesting by Dan McGee · 13 years ago
  29. 6de9691 tree-walk: drop unused parameter from match_dir_prefix by Dan McGee · 13 years ago
  30. 2842c0f traverse_trees(): allow pruning with pathspec by Junio C Hamano · 13 years ago
  31. 33e0f62 pathspec: rename per-item field has_wildcard to use_wildcard by Junio C Hamano · 14 years ago
  32. 1376e50 grep: drop pathspec_matches() in favor of tree_entry_interesting() by Nguyễn Thái Ngọc Duy · 14 years ago
  33. f1a2ddb tree_entry_interesting(): optimize wildcard matching when base is matched by Nguyễn Thái Ngọc Duy · 14 years ago
  34. d38f280 tree_entry_interesting(): support wildcard matching by Nguyễn Thái Ngọc Duy · 14 years ago
  35. 86e4ca6 tree_entry_interesting(): fix depth limit with overlapping pathspecs by Nguyễn Thái Ngọc Duy · 14 years ago
  36. bc96cc8 tree_entry_interesting(): support depth limit by Nguyễn Thái Ngọc Duy · 14 years ago
  37. 58c4d66 tree_entry_interesting(): refactor into separate smaller functions by Nguyễn Thái Ngọc Duy · 14 years ago
  38. 4893267 diff-tree: convert base+baselen to writable strbuf by Nguyễn Thái Ngọc Duy · 14 years ago
  39. 2c389fc Move tree_entry_interesting() to tree-walk.c and export it by Nguyễn Thái Ngọc Duy · 14 years ago
  40. e6c111b unpack_trees: group error messages by type by Matthieu Moy · 15 years ago
  41. b599672 Merge branch 'maint-1.6.6' into maint by Junio C Hamano · 15 years ago
  42. ef00650 fix minor memory leak in get_tree_entry() by René Scharfe · 15 years ago
  43. 1ee2657 traverse_trees(): handle D/F conflict case sanely by Junio C Hamano · 15 years ago
  44. bcbe5a5 Fix tree-walking compare_entry() in the presense of --prefix by Linus Torvalds · 17 years ago
  45. 91e4f03 Make 'traverse_trees()' traverse conflicting DF entries in parallel by Linus Torvalds · 17 years ago
  46. 5803c6f Add return value to 'traverse_tree()' callback by Linus Torvalds · 17 years ago
  47. 40d934d Make 'traverse_tree()' use linked structure rather than 'const char *base' by Linus Torvalds · 17 years ago
  48. 64cc1c0 tree-walk: don't parse incorrect entries by Martin Koegler · 17 years ago
  49. a6080a0 War on whitespace by Junio C Hamano · 18 years ago
  50. 4651ece Switch over tree descriptors to contain a pre-parsed entry by Linus Torvalds · 18 years ago
  51. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  52. a8c4047 Remove "pathlen" from "struct name_entry" by Linus Torvalds · 18 years ago
  53. 304de2d Avoid unnecessary strlen() calls by Linus Torvalds · 18 years ago
  54. d93b7d1 get_tree_entry: map blank requested entry to tree root by Jeff King · 18 years ago
  55. 4fe2cc0 Remove shadowing variable from traverse_trees() by René Scharfe · 18 years ago
  56. e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 18 years ago
  57. 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
  58. 4c068a9 tree_entry(): new tree-walking helper function by Linus Torvalds · 19 years ago
  59. 7d65848 Don't use "sscanf()" for tree mode scanning by Linus Torvalds · 19 years ago
  60. 4dcff63 get_tree_entry(): make it available from tree-walk by Junio C Hamano · 19 years ago
  61. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  62. 1b0c717 tree/diff header cleanup. by Junio C Hamano · 19 years ago