mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-13 23:05:27 +00:00
Merge pull request #326 from nulltoken/ntk/fix/extern-tag-lightweight
tag: Make git_tag_create_lightweight() accessible to bindings
This commit is contained in:
commit
33afca47cb
@ -231,7 +231,7 @@ GIT_EXTERN(int) git_tag_create_frombuffer(
|
|||||||
* A proper reference is written in the /refs/tags folder,
|
* A proper reference is written in the /refs/tags folder,
|
||||||
* pointing to the provided target object
|
* pointing to the provided target object
|
||||||
*/
|
*/
|
||||||
int git_tag_create_lightweight(
|
GIT_EXTERN(int) git_tag_create_lightweight(
|
||||||
git_oid *oid,
|
git_oid *oid,
|
||||||
git_repository *repo,
|
git_repository *repo,
|
||||||
const char *tag_name,
|
const char *tag_name,
|
||||||
|
Loading…
Reference in New Issue
Block a user