summaryrefslogtreecommitdiff
path: root/include/git2/net.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2011-06-24 16:23:19 +0200
committerVicent Marti <tanoku@gmail.com>2011-08-18 02:34:07 +0200
commit65fbc48a175fd1413482d22eb6785c8f94acc3cb (patch)
tree1f5094b727a81e9b514c50a226c2a0ed5fffc5f5 /include/git2/net.h
parent0132cf64388adbba3d8f779e1adb0cbf45549dd3 (diff)
downloadlibgit2-65fbc48a175fd1413482d22eb6785c8f94acc3cb.tar.gz
negotiation
Diffstat (limited to 'include/git2/net.h')
-rw-r--r--include/git2/net.h2
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;
};