Skip to content

Commit

Permalink
Implement tag deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Jun 11, 2018
1 parent 76d9bfc commit cf133b4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
libgit-calls
git_tag_delete: aTagName
"int git_tag_delete(git_repository *repo, const char *tag_name);"
^ self
call: #(LGitReturnCodeEnum git_tag_delete(self , String aTagName))
options: #()

0 comments on commit cf133b4

Please sign in to comment.