git_note_default_ref

Get the default notes reference for a repository

extern (C) nothrow @nogc
int
git_note_default_ref

Parameters

out_ libgit2_d.buffer.git_buf*

buffer in which to store the name of the default notes reference

repo libgit2_d.types.git_repository*

The Git repository

Return Value

Type: int

0 or an error code

Meta