I've been working with libgit2 a little bit here and there trying to get a better understanding of how Git functions. To that end, I've been implementing a little mini-client as a learning exercise, and it's going pretty well.
However, I can't seem to figure out how to commit a tag that I have created using the git_tag_create
function. I think I need to add it to the index, but I can't figure out how to do that either. Could someone point me in the right direction?