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
int
git_tag_dup

Parameters

out_ libgit2_d.types.git_tag**

Pointer to store the copy of the tag

source libgit2_d.types.git_tag*

Original tag to copy

Meta