]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/path-walk-1' into ds/backfill
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2025 20:00:40 +0000 (12:00 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2025 20:00:40 +0000 (12:00 -0800)
commit0cb454c0727efc1e7ef3ea23d7d6391a80769118
treefe1fe52a4398764f892aeac4227cca87492ad4f4
parente66fd72e972df760a53c3d6da023c17adfc426d6
parentb224e8e36cf22df3c058990cfdd8c1d5c51fc5ae
Merge branch 'ds/path-walk-1' into ds/backfill

* ds/path-walk-1:
  path-walk: drop redundant parse_tree() call
  path-walk: reorder object visits
  path-walk: mark trees and blobs as UNINTERESTING
  path-walk: visit tags and cached objects
  path-walk: allow consumer to specify object types
  t6601: add helper for testing path-walk API
  test-lib-functions: add test_cmp_sorted
  path-walk: introduce an object walk by path
Makefile