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-06-20 20:58:57 +0400
committerCarlos Martín Nieto <carlos@cmartin.tk>2011-06-26 20:18:10 +0400
commit2dc31040a25548c0cc224edc1ec3880dc16a9ca9 (patch)
tree81b04d4f5d94a4ab1f8ab52bd9c80e45a66a8022 /include/git2.h
parent9c82357be74bc5404038ec3c16706b1805843556 (diff)
Abstract the refspec query and parse
Move them to their own functions to avoid duplication and to make it easier to ignore missing configuration. Not finding 'fetch' is considered fatal, though this might not be correct behaviour (push-only remotes?) 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 e04b0bd18..6ede73cb5 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -53,6 +53,7 @@
#include "git2/index.h"
#include "git2/config.h"
+#include "git2/remote.h"
#include "git2/remote.h"
#include "git2/refspec.h"