]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/nested-points-at'
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Jul 2023 19:05:24 +0000 (12:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jul 2023 19:05:24 +0000 (12:05 -0700)
"git tag --list --points-at X" showed tags that directly refers to
object X, but did not list a tag that points at such a tag, which
has been corrected.

* jk/nested-points-at:
  ref-filter: simplify return type of match_points_at
  ref-filter: avoid parsing non-tags in match_points_at()
  ref-filter: avoid parsing tagged objects in match_points_at()
  ref-filter: handle nested tags in --points-at option

1  2 
ref-filter.c

diff --cc ref-filter.c
Simple merge