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:
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/include/git2.h b/include/git2.h
index d75387318..5f9fc4824 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2009-2012 the libgit2 contributors
+ * Copyright (C) the libgit2 contributors. All rights reserved.
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
@@ -23,8 +23,10 @@
#include "git2/repository.h"
#include "git2/revwalk.h"
#include "git2/merge.h"
+#include "git2/graph.h"
#include "git2/refs.h"
#include "git2/reflog.h"
+#include "git2/revparse.h"
#include "git2/object.h"
#include "git2/blob.h"
@@ -35,13 +37,24 @@
#include "git2/index.h"
#include "git2/config.h"
+#include "git2/transport.h"
#include "git2/remote.h"
+#include "git2/clone.h"
+#include "git2/checkout.h"
+#include "git2/push.h"
+#include "git2/attr.h"
+#include "git2/ignore.h"
+#include "git2/branch.h"
#include "git2/refspec.h"
#include "git2/net.h"
#include "git2/status.h"
#include "git2/indexer.h"
#include "git2/submodule.h"
#include "git2/notes.h"
+#include "git2/reset.h"
+#include "git2/message.h"
+#include "git2/pack.h"
+#include "git2/stash.h"
#endif