1. 4795748 tree.h API: simplify read_tree_recursive() signature by Ævar Arnfjörð Bjarmason · 4 years ago
  2. d6f05a4 Merge branch 'nd/attr-pathspec-in-tree-walk' by Junio C Hamano · 6 years ago
  3. e092073 tree.c: make read_tree*() take 'struct repository *' by Nguyễn Thái Ngọc Duy · 6 years ago
  4. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
  5. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  6. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  7. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  8. aab9583 Convert find_unique_abbrev* to struct object_id by brian m. carlson · 7 years ago
  9. df46d77 tree: convert read_tree_recursive to struct object_id by brian m. carlson · 7 years ago
  10. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  11. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  12. a9dbc17 tree: convert parse_tree_indirect to struct object_id by brian m. carlson · 8 years ago
  13. a9b5f5b builtin/ls-tree: convert to struct object_id by brian m. carlson · 8 years ago
  14. e1e24ed ls-tree: convert show_recursive to use the pathspec struct interface by Brandon Williams · 8 years ago
  15. 5096d49 convert trivial sprintf / strcpy calls to xsnprintf by Jeff King · 9 years ago
  16. 5c6cb98 ls-tree: disable negative pathspec because it's not supported by Nguyễn Thái Ngọc Duy · 10 years ago
  17. 1cf9952 ls-tree: remove path filtering logic in show_tree by Nguyễn Thái Ngọc Duy · 10 years ago
  18. 6a0b0b6 tree.c: update read_tree_recursive callback to pass strbuf as base by Nguyễn Thái Ngọc Duy · 10 years ago
  19. 854b095 pathspec: rename match_pathspec_depth() to match_pathspec() by Nguyễn Thái Ngọc Duy · 11 years ago
  20. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 12 years ago
  21. d5d09d4 Replace deprecated OPT_BOOLEAN by OPT_BOOL by Stefan Beller · 12 years ago
  22. 93d9353 parse_pathspec: accept :(icase)path syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  23. bd30c2e pathspec: support :(glob) syntax by Nguyễn Thái Ngọc Duy · 12 years ago
  24. b3920bb rename field "raw" to "_raw" in struct pathspec by Nguyễn Thái Ngọc Duy · 12 years ago
  25. 0fdc2ae convert some get_pathspec() calls to parse_pathspec() by Nguyễn Thái Ngọc Duy · 12 years ago
  26. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 12 years ago
  27. 170260a pathspec: save the non-wildcard length part by Nguyễn Thái Ngọc Duy · 12 years ago
  28. 373f922 i18n: ls-tree: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 13 years ago
  29. 04f8925 Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails. by Jon Seymour · 14 years ago
  30. 33e0f62 pathspec: rename per-item field has_wildcard to use_wildcard by Junio C Hamano · 14 years ago
  31. f0096c0 Convert read_tree{,_recursive} to support struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  32. 62b4698 Use angles for placeholders consistently by Štěpán Němec · 14 years ago
  33. b294ed6 ls-tree $di $dir: do not mistakenly recurse into directories by Junio C Hamano · 15 years ago
  34. 531e758 ls: remove redundant logic by Erik Faye-Lund · 15 years ago
  35. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-ls-tree.c]
  36. 61fdbcf ls-tree: migrate to parse-options by Stephen Boyd · 15 years ago
  37. e392a85 Produce a nicer output in case of sha1_object_info failures in ls-tree -l by Alex Riesen · 16 years ago
  38. d3bee16 tree.c: allow read_tree_recursive() to traverse gitlink entries by Lars Hjemli · 16 years ago
  39. e1a5977 Document git-ls-tree --full-tree by Nanako Shiraishi · 16 years ago
  40. d4789c6 ls-tree: add --full-tree option by Junio C Hamano · 16 years ago
  41. 7d0b18a Add output flushing before fork() by Anders Melchiorsen · 17 years ago
  42. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 17 years ago
  43. 671f070 add context pointer to read_tree_recursive() by René Scharfe · 17 years ago
  44. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  45. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  46. 663af34 Full rework of quote_c_style and write_name_quoted. by Pierre Habouzit · 17 years ago
  47. 2555699 Merge branch 'jn/lstree' by Junio C Hamano · 18 years ago
  48. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  49. a5bbda8 Add an option to git-ls-tree to display also the size of blob by Jakub Narebski · 18 years ago
  50. f35a6d3 Teach core object handling functions about gitlinks by Linus Torvalds · 18 years ago
  51. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  52. 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
  53. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 19 years ago
  54. 097dc3d Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago
  55. aae01bd Builtin git-ls-tree. by Peter Eriksen · 19 years ago[Renamed (96%) from ls-tree.c]
  56. 31fff30 Separate object name errors from usage errors by Dmitry V. Levin · 19 years ago
  57. 8e44025 Use blob_, commit_, tag_, and tree_type throughout. by Peter Eriksen · 19 years ago
  58. 88d9405 Merge branch 'jc/name' into next by Junio C Hamano · 19 years ago
  59. 84a9b58 sha1_name: warning ambiguous refs. by Junio C Hamano · 19 years ago
  60. cb85bfe ls-tree: add --abbrev[=<n>] option by Eric Wong · 19 years ago
  61. 521698b Only use a single parser for tree objects by Daniel Barkalow · 19 years ago
  62. a69dd58 ls-tree: chomp leading directories when run from a subdirectory by Junio C Hamano · 19 years ago
  63. c639a55 ls-tree: --name-only by Junio C Hamano · 19 years ago
  64. f598467 ls-tree: resurrect '-d' to mean 'show trees only' by Junio C Hamano · 19 years ago
  65. 0f8f45c git-ls-tree: add "-t" option to always show the tree entries by Linus Torvalds · 19 years ago
  66. 32b5904 ls-tree: Resurrect funny name quoting lost during rewrite. by Junio C Hamano · 19 years ago
  67. e246637 ls-tree: further tweaks of the rewrite by Linus Torvalds · 19 years ago
  68. b45c569 ls-tree: further cleanup to parallel ls-files. by Linus Torvalds · 19 years ago
  69. 3c5e846 ls-tree: major rewrite to do pathspec by Linus Torvalds · 19 years ago
  70. 9ef2b3c write_name_quoted(): make one of the path a counted string. by Junio C Hamano · 19 years ago
  71. 22ddf71 Update ls-files and ls-tree to use C-style quoting for funny pathnames. by Junio C Hamano · 19 years ago
  72. ab1630a Fix wrong filename listing bug in git-ls-tree. by robfitz@273k.net · 19 years ago
  73. 4d1f119 [PATCH] Unify usage strings declaration by Petr Baudis · 20 years ago
  74. 6da4016 Fix sparse warnings. by Linus Torvalds · 20 years ago
  75. 6620498 [PATCH] ls-tree: handle trailing slashes in the pathspec properly. by Junio C Hamano · 20 years ago
  76. 6af1f01 [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a" by Junio C Hamano · 20 years ago
  77. 2eab945 [PATCH] Make ls-* output consistent with diff-* output format. by Junio C Hamano · 20 years ago
  78. 6d3a507 [PATCH] ls-tree matching multiple paths by Jason McMullan · 20 years ago
  79. e99d59f sparse cleanup by Linus Torvalds · 20 years ago
  80. 667bb59 [PATCH] cleanup of in-code names by Alexey Nezhdanov · 20 years ago
  81. bf0f910 [PATCH] Kill a bunch of pointer sign warnings for gcc4 by Brian Gerst · 20 years ago
  82. c599cac [patch] git: cleanup in ls-tree.c by Ingo Molnar · 20 years ago
  83. 3d0291c [PATCH] Do not initialize sha1_file_directory by hand. by Junio C Hamano · 20 years ago
  84. 3c249c9 Add "get_sha1()" helper function. by Linus Torvalds · 20 years ago
  85. 40469ee [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1 by Junio C Hamano · 20 years ago
  86. 23b127e [PATCH] Teach ls-tree about commit objects by Junio C Hamano · 20 years ago
  87. 0f2303f [PATCH] Un unoptimize ls-tree behaviour by Junio C Hamano · 20 years ago
  88. aa1c48d [PATCH] ls-tree enhancements by Junio C Hamano · 20 years ago
  89. 2de381f [PATCH] Consolidate the error handling by Petr Baudis · 20 years ago
  90. 7912c07 [PATCH] ls-tree for listing trees by Petr Baudis · 20 years ago