git_tag_dup

Create an in-memory copy of a tag. The copy must be explicitly free'd or it will leak.

extern (C) nothrow @nogc public
int
git_tag_dup

Parameters

out_ libgit2.types.git_tag**

Pointer to store the copy of the tag

source libgit2.types.git_tag*

Original tag to copy

Return Value

Type: int

0

Meta