]> Lady’s Gitweb - Gitweb/commit
gitweb: Add git_get_rev_name_tags function
authorJakub Narebski <redacted>
Thu, 24 Aug 2006 17:41:23 +0000 (19:41 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commit5cd4e25770e3a8d222a27be843a76c504f653c8ce2a0567a521a2fcff169c33c
tree19459de3a723283bcf43d2e0ddb5c295ae9852285cceb378d1daa0550600bb94
parent45933fe83121150cb69e9542bc08c92220ed1383862a8d4876f5a01987e404cc
gitweb: Add git_get_rev_name_tags function

Add git_get_rev_name_tags function, for later use in
git_commitdiff('plain') for X-Git-Tag: header.

This function, contrary to the call to
  git_get_following_references($hash, "tags");
_does_ strip "tags/" and returns bare tag name.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.264951 seconds and 4 git commands to generate.