Commit 33afca47 by Vicent Martí

Merge pull request #326 from nulltoken/ntk/fix/extern-tag-lightweight

tag: Make git_tag_create_lightweight() accessible to bindings
parents 52e50c1a e5f36505
......@@ -231,7 +231,7 @@ GIT_EXTERN(int) git_tag_create_frombuffer(
* A proper reference is written in the /refs/tags folder,
* pointing to the provided target object
*/
int git_tag_create_lightweight(
GIT_EXTERN(int) git_tag_create_lightweight(
git_oid *oid,
git_repository *repo,
const char *tag_name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment