git_signature_dup

Create a copy of an existing signature. All internal strings are also duplicated.

Call git_signature_free() to free the data.

@param dest pointer where to store the copy @param sig signature to duplicate @return 0 or an error code

extern (C) nothrow @nogc
int
git_signature_dup

Meta