Support force-creating annotated tags #293
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#293
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
git_tag_create accepts
force
argument just like git_tag_create_lightweight, but unlikeTagsCollection.CreateLightweight
,TagsCollection.Create
always passesforce = 0
. Would you addforce
argument toTagsCollection.Create
in thenext
branch?