git2go
git2go copied to clipboard
Support force-creating annotated tags
git_tag_create accepts force
argument just like git_tag_create_lightweight, but unlike TagsCollection.CreateLightweight
, TagsCollection.Create
always passes force = 0
. Would you add force
argument to TagsCollection.Create
in the next
branch?