git_reference__alloc_symbolic

Create a new symbolic reference.

@param name the reference name @param target the target for a symbolic reference @return the created git_reference or null on error

package extern (C) nothrow @nogc
git_reference__alloc_symbolic
(
const(char)* name
,
const(char)* target
)

Meta