diff options
Diffstat (limited to 'include/git2/net.h')
-rw-r--r-- | include/git2/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/net.h b/include/git2/net.h index ecf4f6c7..c2260fc3 100644 --- a/include/git2/net.h +++ b/include/git2/net.h @@ -59,7 +59,9 @@ enum git_whn { */ struct git_remote_head { enum git_whn type; + int local; /** Exists locally */ git_oid oid; + git_oid loid; char *name; }; |