Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2011-05-28 13:59:10 +0400
committerCarlos Martín Nieto <carlos@cmartin.tk>2011-06-26 20:18:12 +0400
commitb31803f3106f657a6cc6b8c4fd69e017edad2af8 (patch)
tree3b31c735496054ef1dfdf77e6926da1c675145f8 /include/git2.h
parent78fae47878111dd9833345fa622bafb51e5d69b5 (diff)
pkt-line: parse other-ref lines
Add support for parsing other-ref lines. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index f94b535c4..b5c693a82 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -60,5 +60,6 @@
#include "git2/net.h"
#include "git2/transport.h"
+#include "git2/pkt.h"
#endif