Searched defs:git_remote_head (Results 1 – 2 of 2) sorted by relevance
40 struct git_remote_head { struct41 int local; /* available locally */42 git_oid oid;43 git_oid loid;44 char *name;49 char *symref_target;
247 typedef struct git_remote_head git_remote_head; typedef