diff options
author | Vicent Martà <vicent@github.com> | 2012-06-07 12:29:31 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-06-07 12:29:31 -0700 |
commit | b9ebcc59e7d13507d4f8faf86d68dd3ac1a4b627 (patch) | |
tree | 01a7e8cf717a2be861f368990f6fffe4b9436dc3 /include/git2.h | |
parent | cddb8efe564738873a4cf9ac63b7976d74035ae9 (diff) | |
parent | 327dc61f132a4999e006d8d8bd2080c1f5a34bf0 (diff) | |
download | libgit2-b9ebcc59e7d13507d4f8faf86d68dd3ac1a4b627.tar.gz |
Merge pull request #684 from benstraub/rev-parse
Rev parse
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..2630709e2 100644 --- a/include/git2.h +++ b/include/git2.h @@ -25,6 +25,7 @@ #include "git2/merge.h" #include "git2/refs.h" #include "git2/reflog.h" +#include "git2/revparse.h" #include "git2/object.h" #include "git2/blob.h" |