Create an in-memory copy of a Git object. The copy must be explicitly free'd or it will leak.
@param dest Pointer to store the copy of the object @param source Original object to copy
See Implementation
Create an in-memory copy of a Git object. The copy must be explicitly free'd or it will leak.
@param dest Pointer to store the copy of the object @param source Original object to copy