From: Junio C Hamano Date: Tue, 25 Jul 2023 19:05:24 +0000 (-0700) Subject: Merge branch 'jk/nested-points-at' X-Git-Tag: v2.42.0-rc0~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5929e66755acc797b2612d8d6d6b6fd6e7759169;p=thirdparty%2Fgit.git Merge branch 'jk/nested-points-at' "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 --- 5929e66755acc797b2612d8d6d6b6fd6e7759169