git_reference_resolve

Resolve a symbolic reference to a direct reference.

This method iteratively peels a symbolic reference until it resolves to a direct reference to an OID.

The peeled reference is returned in the resolved_ref argument, and must be freed manually once it's no longer needed.

If a direct reference is passed as an argument, a copy of that reference is returned. This copy must be manually freed too.

@param out_ Pointer to the peeled reference @param ref_ The reference @return 0 or an error code

extern (C) nothrow @nogc
int
git_reference_resolve

Meta