git_reference__alloc_symbolic

Create a new symbolic reference.

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

Parameters

name const(char)*

the reference name

target const(char)*

the target for a symbolic reference

Return Value

Type: libgit2_d.types.git_reference*

the created git_reference or null on error

Meta