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
See Implementation
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