diff options
author | nulltoken <emeric.fermas@gmail.com> | 2012-05-01 13:57:45 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2012-06-07 21:27:30 +0200 |
commit | edebceffef1d661d073b9961d13042007325832d (patch) | |
tree | 9884986782471e303f5b1f5386192b751cf57feb /include/git2.h | |
parent | 4c977a61e598f2230e9902aa80cfea8e89d94f88 (diff) | |
download | libgit2-edebceffef1d661d073b9961d13042007325832d.tar.gz |
Add git_reset()
Currently supports Soft and Mixed modes.
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index d75387318..eefd9d048 100644 --- a/include/git2.h +++ b/include/git2.h @@ -43,5 +43,6 @@ #include "git2/indexer.h" #include "git2/submodule.h" #include "git2/notes.h" +#include "git2/reset.h" #endif |