git_remote_dup

Create a copy of an existing remote. All internal strings are also duplicated. Callbacks are not duplicated.

Call git_remote_free to free the data.

@param dest pointer where to store the copy @param source object to copy @return 0 or an error code

extern (C) nothrow @nogc
int
git_remote_dup

Meta