libgit2.sys.refs

Members

Functions

git_reference__alloc
libgit2.types.git_reference* git_reference__alloc(const(char)* name, const(libgit2.oid.git_oid)* oid, const(libgit2.oid.git_oid)* peel)

Create a new direct reference from an OID.

git_reference__alloc_symbolic
libgit2.types.git_reference* git_reference__alloc_symbolic(const(char)* name, const(char)* target)

Create a new symbolic reference.

Meta

License

GPL-2.0(Linking Exception)