git_remote_head

Description of a reference advertised by a remote server, given out on ls calls.

Members

Variables

local
int local;

available locally

loid
libgit2_d.oid.git_oid loid;
Undocumented in source.
name
char* name;
Undocumented in source.
oid
libgit2_d.oid.git_oid oid;
Undocumented in source.
symref_target
char* symref_target;

If the server send a symref mapping for this ref, this will point to the target.

Meta