1. 4cc302e Merge branch 'rs/strbuf-expand-bad-format' by Junio C Hamano · 9 months ago
  2. 1002f28 Merge branch 'eb/hash-transition' by Junio C Hamano · 10 months ago
  3. e36091a factor out strbuf_expand_bad_format() by René Scharfe · 10 months ago
  4. eea0e59 treewide: remove unnecessary includes in source files by Elijah Newren · 1 year, 1 month ago
  5. c68be1f builtin/ls-tree: let the oid determine the output algorithm by Eric W. Biederman · 1 year, 3 months ago
  6. c5cb97c ls-tree: mark unused parameter in callback by Jeff King · 1 year, 4 months ago
  7. 991c552 ls-tree: fix --no-full-name by René Scharfe · 1 year, 6 months ago
  8. 7b7203e ls-tree: simplify prefix handling by René Scharfe · 1 year, 6 months ago
  9. da269af Merge branch 'rs/strbuf-expand-step' by Junio C Hamano · 1 year, 6 months ago
  10. a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 8 months ago
  11. c339932 repository: remove unnecessary include of path.h by Elijah Newren · 1 year, 8 months ago
  12. bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
  13. 4416b86 strbuf: simplify strbuf_expand_literal_cb() by René Scharfe · 1 year, 7 months ago
  14. 6f1e2d5 replace strbuf_expand() with strbuf_expand_step() by René Scharfe · 1 year, 7 months ago
  15. dabab1d object-name.h: move declarations for object-name.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
  16. e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 9 months ago
  17. d850b7a cocci: apply the "cache.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
  18. f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
  19. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
  20. 8a40af9 Merge branch 'rs/ls-tree-path-expansion-fix' by Junio C Hamano · 2 years ago
  21. c388fcd ls-tree: remove dead store and strbuf for quote_c_style() by René Scharfe · 2 years ago
  22. 16fb5c5 ls-tree: fix expansion of repeated %(path) by René Scharfe · 2 years ago
  23. 925a7c6 ls-tree: cleanup the redundant SPACE by Teng Long · 2 years ago
  24. e6c75d8 ls-tree: make "line_termination" less generic by Ævar Arnfjörð Bjarmason · 2 years ago
  25. 65d1f6c ls-tree: fold "show_tree_data" into "cb" struct by Ævar Arnfjörð Bjarmason · 2 years ago
  26. 030a3d5 ls-tree: use a "struct options" by Ævar Arnfjörð Bjarmason · 2 years ago
  27. 7677417 ls-tree: don't use "show_tree_data" for "fast" callbacks by Ævar Arnfjörð Bjarmason · 2 years ago
  28. 5cf88fd git-compat-util.h: use "UNUSED", not "UNUSED(var)" by Ævar Arnfjörð Bjarmason · 2 years, 5 months ago
  29. 555ff1c mark unused read_tree_recursive() callback parameters by Jeff King · 2 years, 5 months ago
  30. 07330a4 Merge branch 'tl/ls-tree-oid-only' by Junio C Hamano · 2 years, 9 months ago
  31. 350296c ls-tree: `-l` should not imply recursive listing by Josh Steadmon · 2 years, 9 months ago
  32. 1041d58 Merge branch 'tl/ls-tree-oid-only' by Junio C Hamano · 2 years, 9 months ago
  33. 9c4d58f ls-tree: split up "fast path" callbacks by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  34. 0f88783 ls-tree: detect and error on --name-only --name-status by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  35. 455923e ls-tree: introduce "--format" option by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  36. cab851c ls-tree: support --object-only option for "git-ls-tree" by Teng Long · 2 years, 10 months ago
  37. e815171 ls-tree: introduce struct "show_tree_data" by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  38. 315f22c ls-tree: slightly refactor `show_tree()` by Teng Long · 2 years, 10 months ago
  39. f6b224d ls-tree: fix "--name-only" and "--long" combined use bug by Teng Long · 2 years, 10 months ago
  40. 87af0dd ls-tree: simplify nesting if/else logic in "show_tree()" by Teng Long · 2 years, 10 months ago
  41. 889f783 ls-tree: rename "retval" to "recurse" in "show_tree()" by Teng Long · 2 years, 10 months ago
  42. 132ceda ls-tree: use "size_t", not "int" for "struct strbuf"'s "len" by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  43. 26f6d4d ls-tree: use "enum object_type", not {blob,tree,commit}_type by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  44. 82e69b0 ls-tree: add missing braces to "else" arms by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  45. 4e4566f ls-tree: remove commented-out code by Ævar Arnfjörð Bjarmason · 2 years, 10 months ago
  46. 9725c8d built-ins: trust the "prefix" from run_builtin() by Ævar Arnfjörð Bjarmason · 2 years, 11 months ago
  47. 4795748 tree.h API: simplify read_tree_recursive() signature by Ævar Arnfjörð Bjarmason · 3 years, 10 months ago
  48. d6f05a4 Merge branch 'nd/attr-pathspec-in-tree-walk' by Junio C Hamano · 6 years ago
  49. e092073 tree.c: make read_tree*() take 'struct repository *' by Nguyễn Thái Ngọc Duy · 6 years ago
  50. ca473ce Upcast size_t variables to uintmax_t when printing by Torsten Bögershausen · 6 years ago
  51. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  52. 0df8e96 cache.h: add repository argument to oid_object_info by Stefan Beller · 7 years ago
  53. abef902 sha1_file: convert sha1_object_info* to object_id by brian m. carlson · 7 years ago
  54. aab9583 Convert find_unique_abbrev* to struct object_id by brian m. carlson · 7 years ago
  55. df46d77 tree: convert read_tree_recursive to struct object_id by brian m. carlson · 7 years ago
  56. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  57. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  58. a9dbc17 tree: convert parse_tree_indirect to struct object_id by brian m. carlson · 8 years ago
  59. a9b5f5b builtin/ls-tree: convert to struct object_id by brian m. carlson · 8 years ago
  60. e1e24ed ls-tree: convert show_recursive to use the pathspec struct interface by Brandon Williams · 8 years ago
  61. 5096d49 convert trivial sprintf / strcpy calls to xsnprintf by Jeff King · 9 years ago
  62. 5c6cb98 ls-tree: disable negative pathspec because it's not supported by Nguyễn Thái Ngọc Duy · 10 years ago
  63. 1cf9952 ls-tree: remove path filtering logic in show_tree by Nguyễn Thái Ngọc Duy · 10 years ago
  64. 6a0b0b6 tree.c: update read_tree_recursive callback to pass strbuf as base by Nguyễn Thái Ngọc Duy · 10 years ago
  65. 854b095 pathspec: rename match_pathspec_depth() to match_pathspec() by Nguyễn Thái Ngọc Duy · 11 years ago
  66. b02f5ae Merge branch 'jl/submodule-mv' by Junio C Hamano · 11 years ago
  67. d5d09d4 Replace deprecated OPT_BOOLEAN by OPT_BOOL by Stefan Beller · 11 years ago
  68. 93d9353 parse_pathspec: accept :(icase)path syntax by Nguyễn Thái Ngọc Duy · 11 years ago
  69. bd30c2e pathspec: support :(glob) syntax by Nguyễn Thái Ngọc Duy · 11 years ago
  70. b3920bb rename field "raw" to "_raw" in struct pathspec by Nguyễn Thái Ngọc Duy · 11 years ago
  71. 0fdc2ae convert some get_pathspec() calls to parse_pathspec() by Nguyễn Thái Ngọc Duy · 11 years ago
  72. 64acde9 move struct pathspec and related functions to pathspec.[ch] by Nguyễn Thái Ngọc Duy · 11 years ago
  73. 170260a pathspec: save the non-wildcard length part by Nguyễn Thái Ngọc Duy · 12 years ago
  74. 373f922 i18n: ls-tree: mark parseopt strings for translation by Nguyễn Thái Ngọc Duy · 12 years ago
  75. 04f8925 Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails. by Jon Seymour · 13 years ago
  76. 33e0f62 pathspec: rename per-item field has_wildcard to use_wildcard by Junio C Hamano · 14 years ago
  77. f0096c0 Convert read_tree{,_recursive} to support struct pathspec by Nguyễn Thái Ngọc Duy · 14 years ago
  78. 62b4698 Use angles for placeholders consistently by Štěpán Němec · 14 years ago
  79. b294ed6 ls-tree $di $dir: do not mistakenly recurse into directories by Junio C Hamano · 14 years ago
  80. 531e758 ls: remove redundant logic by Erik Faye-Lund · 15 years ago
  81. 81b50f3 Move 'builtin-*' into a 'builtin/' subdirectory by Linus Torvalds · 15 years ago[Renamed from builtin-ls-tree.c]
  82. 61fdbcf ls-tree: migrate to parse-options by Stephen Boyd · 15 years ago
  83. e392a85 Produce a nicer output in case of sha1_object_info failures in ls-tree -l by Alex Riesen · 16 years ago
  84. d3bee16 tree.c: allow read_tree_recursive() to traverse gitlink entries by Lars Hjemli · 16 years ago
  85. e1a5977 Document git-ls-tree --full-tree by Nanako Shiraishi · 16 years ago
  86. d4789c6 ls-tree: add --full-tree option by Junio C Hamano · 16 years ago
  87. 7d0b18a Add output flushing before fork() by Anders Melchiorsen · 16 years ago
  88. 588c038 Merge branch 'sb/dashless' by Junio C Hamano · 16 years ago
  89. 671f070 add context pointer to read_tree_recursive() by René Scharfe · 16 years ago
  90. 1b1dd23 Make usage strings dash-less by Stephan Beyer · 17 years ago
  91. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  92. 663af34 Full rework of quote_c_style and write_name_quoted. by Pierre Habouzit · 17 years ago
  93. 2555699 Merge branch 'jn/lstree' by Junio C Hamano · 18 years ago
  94. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  95. a5bbda8 Add an option to git-ls-tree to display also the size of blob by Jakub Narebski · 18 years ago
  96. f35a6d3 Teach core object handling functions about gitlinks by Linus Torvalds · 18 years ago
  97. 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
  98. 96f1e58 remove unnecessary initializations by David Rientjes · 18 years ago
  99. a633fca Call setup_git_directory() much earlier by Linus Torvalds · 18 years ago
  100. 097dc3d Remove "tree->entries" tree-entry list from tree parser by Linus Torvalds · 19 years ago