summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/tag.go
AgeCommit message (Expand)Author
2023-10-08Remove sync mutexStefan Haller
2023-08-10Allow deleting remote tags/branches from local tag/branch views (#2738)Federico
2023-07-31Allow force-tagging if tag existsStefan Haller
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2023-04-16Change push tag commandPersonal
2023-02-19feat: support to create tag on branchRyooooooga
2022-03-17start moving commit panel handlers into controllerJesse Duffield
2022-01-18refactor to group up more commonly used git command stuffJesse Duffield
2022-01-09refactorJesse Duffield