Files
Gitea/modules/git/repo_commit.go
T
zeripathandGitHub 1ee776970a Fix ambiguous argument error on tags (#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 <[email protected]>
2021-04-14 16:22:37 +02:00

14 KiB