1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-06 22:38:12 +00:00
Files
gitea/modules/git/repo_commit.go
zeripath 2c4f1ed13e Fix ambiguous argument error on tags (#15432) (#15474)
Backport #15432

There is a weird gotcha with GetTagCommitID that because it uses git rev-list
can cause an ambiguous argument error.

This PR simply makes tags use the same code as branches.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-04-14 14:53:01 -04:00

14 KiB