1. 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 2 years, 1 month ago
  2. 0027148 list-objects: drop process_gitlink() function by Jeff King · 2 years, 3 months ago
  3. 4f33a63 list-objects: handle NULL function pointers by Ævar Arnfjörð Bjarmason · 3 years, 1 month ago
  4. 3e0370a list-objects: consolidate traverse_commit_list[_filtered] by Derrick Stolee · 3 years, 1 month ago
  5. b3e36df list-objects.c: rename "traverse_trees_and_blobs" to "traverse_non_commits" by Teng Long · 3 years, 8 months ago
  6. aa9ad6f bitmaps: don't recurse into trees already in the bitmap by Jeff King · 3 years, 10 months ago
  7. 9a2a4f9 list-objects: support filtering by tag and commit by Patrick Steinhardt · 4 years ago
  8. 628d81b list-objects: move tag processing into its own function by Patrick Steinhardt · 4 years ago
  9. bbfe5f2 Merge branch 'jk/list-objects-optim-wo-trees' by Junio C Hamano · 5 years ago
  10. 72ed80c list-objects: don't queue root trees unless revs->tree_objects is set by Jeff King · 6 years ago
  11. 9430147 list-objects-filter: encapsulate filter components by Matthew DeVore · 6 years ago
  12. 97dd512 rev-list: detect broken root trees by Jeff King · 6 years ago
  13. b49e74e list-objects.c: handle unexpected non-tree entries by Taylor Blau · 6 years ago
  14. 23c2044 list-objects.c: handle unexpected non-blob entries by Taylor Blau · 6 years ago
  15. 5fda343 Merge branch 'ds/push-sparse-tree-walk' by Junio C Hamano · 6 years ago
  16. 371820d Merge branch 'bc/tree-walk-oid' by Junio C Hamano · 6 years ago
  17. 4f6d26b list-objects: consume sparse tree walk by Derrick Stolee · 6 years ago
  18. ea82b2a tree-walk: store object_id in a separate member by brian m. carlson · 6 years ago
  19. d6f05a4 Merge branch 'nd/attr-pathspec-in-tree-walk' by Junio C Hamano · 6 years ago
  20. 67022e0 tree-walk.c: make tree_entry_interesting() take an index by Nguyễn Thái Ngọc Duy · 6 years ago
  21. 96ab6e0 list-objects.c: reduce the_repository references by Nguyễn Thái Ngọc Duy · 6 years ago
  22. 01d40c8 list-objects-filter.c: remove implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 6 years ago
  23. 77d5037 Merge branch 'md/filter-trees' by Junio C Hamano · 6 years ago
  24. 8b10a20 list-objects: support for skipping tree traversal by Matthew DeVore · 6 years ago
  25. 99c9aa9 revision: mark non-user-given objects instead by Matthew DeVore · 6 years ago
  26. 7c0fe33 rev-list: handle missing tree objects properly by Matthew DeVore · 6 years ago
  27. b3c7eef revision.c: reduce implicit dependency the_repository by Nguyễn Thái Ngọc Duy · 7 years ago
  28. f1d02da list-objects: always parse trees gently by Matthew DeVore · 7 years ago
  29. 9202489 list-objects: refactor to process_tree_contents by Matthew DeVore · 7 years ago
  30. f447a49 list-objects: store common func args in struct by Matthew DeVore · 7 years ago
  31. 3a2a1dc Merge branch 'sb/object-store-lookup' by Junio C Hamano · 7 years ago
  32. 8fa8a4f Merge branch 'jt/partial-clone-fsck-connectivity' by Junio C Hamano · 7 years ago
  33. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  34. a0c9016 upload-pack: send refs' objects despite "filter" by Jonathan Tan · 7 years ago
  35. f86bcc7 tree: add repository argument to lookup_tree by Stefan Beller · 7 years ago
  36. da14a7f blob: add repository argument to lookup_blob by Stefan Beller · 7 years ago
  37. b16b60f Merge branch 'sb/object-store-grafts' into sb/object-store-lookup by Junio C Hamano · 7 years ago
  38. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  39. 2e27bd7 treewide: replace maybe_tree with accessor methods by Derrick Stolee · 7 years ago
  40. 891435d treewide: rename tree to maybe_tree by Derrick Stolee · 7 years ago
  41. f3d618d Merge branch 'jh/fsck-promisors' by Junio C Hamano · 7 years ago
  42. 556de1a Merge branch 'sb/describe-blob' by Junio C Hamano · 7 years ago
  43. df11e19 rev-list: support termination at promisor objects by Jonathan Tan · 7 years ago
  44. 25ec7bc list-objects: filter objects in traverse_commit_list by Jeff Hostetler · 7 years ago
  45. ce5b6f9 revision.h: introduce blob/tree walking in order of the commits by Stefan Beller · 7 years ago
  46. 91904f5 list-objects.c: factor out traverse_trees_and_blobs by Stefan Beller · 7 years ago
  47. 740ee05 Convert lookup_tree to struct object_id by brian m. carlson · 8 years ago
  48. 3aca1fc Convert lookup_blob to struct object_id by brian m. carlson · 8 years ago
  49. 7d924c9 struct name_entry: use struct object_id instead of unsigned char sha1[20] by brian m. carlson · 9 years ago
  50. de1e67d list-objects: pass full pathname to callbacks by Jeff King · 9 years ago
  51. bd64516 list-objects: drop name_path entirely by Jeff King · 9 years ago
  52. 13528ab list-objects: convert name_path to a strbuf by Jeff King · 9 years ago
  53. f2fd076 Convert struct object to object_id by brian m. carlson · 9 years ago
  54. 43262d8 Merge branch 'jk/squelch-missing-link-warning-for-unreachable' by Junio C Hamano · 10 years ago
  55. daf7d86 silence broken link warnings with revs->ignore_missing_links by Jeff King · 10 years ago
  56. 1684c1b rev-list: add an option to mark fewer edges as uninteresting by brian m. carlson · 10 years ago
  57. 2073949 traverse_commit_list: support pending blobs/trees with paths by Jeff King · 10 years ago
  58. 46be823 object_array: add a "clear" function by Jeff King · 10 years ago
  59. 967f8c9 Merge branch 'jk/pack-bitmap' by Junio C Hamano · 11 years ago
  60. 2db1a43 add `ignore_missing_links` mode to revwalk by Vicent Marti · 11 years ago
  61. a6bec00 Merge branch 'jk/mark-edges-uninteresting' by Junio C Hamano · 11 years ago
  62. 200abe7 list-objects: only look at cmdline trees with edge_hint by Jeff King · 11 years ago
  63. 238504b Merge branch 'nd/fetch-into-shallow' by Junio C Hamano · 12 years ago
  64. fbd4a70 list-objects: mark more commits as edges in mark_edges_uninteresting by Nguyễn Thái Ngọc Duy · 12 years ago
  65. e76a5fb list-objects: reduce one argument in mark_edges_uninteresting by Nguyễn Thái Ngọc Duy · 12 years ago
  66. 6e454b9 clear parsed flag when we free tree buffers by Jeff King · 12 years ago
  67. d688cf0 tree_entry_interesting(): give meaningful names to return values by Nguyễn Thái Ngọc Duy · 13 years ago
  68. 4947367 list-objects: pass callback data to show_objects() by Junio C Hamano · 14 years ago
  69. 1273738 Merge branch 'nd/struct-pathspec' by Junio C Hamano · 14 years ago
  70. 97d0b74 Improve tree_entry_interesting() handling code by Nguyễn Thái Ngọc Duy · 14 years ago
  71. 4b28cd9 Merge branch 'jc/maint-rev-list-culled-boundary' by Junio C Hamano · 14 years ago
  72. 6e7d0ef list-objects.c: don't add an unparsed NULL as a pending tree by Junio C Hamano · 14 years ago
  73. cc5fa2f Make rev-list --objects work together with pathspecs by Elijah Newren · 14 years ago
  74. 9824a38 Merge branch 'lt/pack-object-memuse' by Junio C Hamano · 16 years ago
  75. 8d2dfc4 process_{tree,blob}: show objects without buffering by Linus Torvalds · 16 years ago
  76. cf2ab91 show_object(): push path_name() call further down by Linus Torvalds · 16 years ago
  77. 6e353a5 Merge branch 'cc/bisect-filter' by Junio C Hamano · 16 years ago
  78. de551d4 process_{tree,blob}: Remove useless xstrdup calls by Björn Steinbrink · 16 years ago
  79. 11c211f list-objects: add "void *data" parameter to show functions by Christian Couder · 16 years ago
  80. a301b0c list-objects.c::process_tree/blob: check for NULL by Martin Koegler · 17 years ago
  81. 295dd2a Fix memory leak in traverse_commit_list by Shawn O. Pearce · 17 years ago
  82. 302b928 rename dirlink to gitlink. by Martin Waitz · 18 years ago
  83. 6e2f441 Teach git list-objects logic to not follow gitlinks by Linus Torvalds · 18 years ago
  84. 6fda5e5 Initialize tree descriptors with a helper function rather than by hand. by Linus Torvalds · 18 years ago
  85. 8d1d8f8 pack-objects: further work on internal rev-list logic. by Junio C Hamano · 19 years ago
  86. c64ed70 Separate object listing routines out of rev-list by Junio C Hamano · 19 years ago