Support force-creating annotated tags #293

Open
opened 2016-02-14 18:50:22 -06:00 by orivej · 0 comments
orivej commented 2016-02-14 18:50:22 -06:00 (Migrated from github.com)

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?

[git_tag_create](https://libgit2.github.com/libgit2/#HEAD/group/tag/git_tag_create) accepts `force` argument just like [git_tag_create_lightweight](https://libgit2.github.com/libgit2/#HEAD/group/tag/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?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#293
No description provided.