mirror of
https://github.com/go-gitea/git.git
synced 2026-07-20 15:06:10 -04:00
[GH-ISSUE #100] Add test for GetTags #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @strk on GitHub (Dec 21, 2017).
Original GitHub issue: https://github.com/go-gitea/git/issues/100
See the need for it in https://github.com/go-gitea/gitea/issues/1133#issuecomment-353296724
@strk commented on GitHub (Dec 21, 2017):
@lafriks this repository has no tags, are you in a position to add any ? So we can test more easily...
@lafriks commented on GitHub (Dec 21, 2017):
I could but I have no idea what version should be added here :)
@strk commented on GitHub (Dec 22, 2017):
How about adding a tag at the fork point from gogs ?
@lunny commented on GitHub (Dec 22, 2017):
@strk release/v0.9 in gitea repository.
Add test for GetTagsto [GH-ISSUE #100] Add test for GetTags