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:
authorVicent Martí <vicent@github.com>2012-06-07 23:30:20 +0400
committerVicent Martí <vicent@github.com>2012-06-07 23:30:20 +0400
commit6c08e69fd92028822cb98368e564c5cb7964c072 (patch)
treee34d67219a554d58faa17e77fd13f5e568414938 /include/git2.h
parentb9ebcc59e7d13507d4f8faf86d68dd3ac1a4b627 (diff)
parentedebceffef1d661d073b9961d13042007325832d (diff)
Merge pull request #669 from nulltoken/topic/reset
Add git_reset()
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 2630709e2..34601449c 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -44,5 +44,6 @@
#include "git2/indexer.h"
#include "git2/submodule.h"
#include "git2/notes.h"
+#include "git2/reset.h"
#endif