libgit2

git_remote_head

Version:

Remote head description, given out on ls calls.

Signature

typedef struct git_remote_head { int local git_oid oid git_oid loid char *name char *symref_target };

Members

int
local
oid
loid
char *
name
char *
symref_target

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

Parameter To

Versions