diff options
author | Ben Straub <bstraub@github.com> | 2012-07-31 19:39:06 -0700 |
---|---|---|
committer | Ben Straub <bstraub@github.com> | 2012-07-31 19:39:06 -0700 |
commit | 5280f4e6983555e9ae111a6cb10765c7635e7e12 (patch) | |
tree | 70e490f3b3dbb6a34044c83d89e9e029164954cd /include/git2.h | |
parent | 78cd966aafe6617142a359c2d79a8cb46621fb77 (diff) | |
download | libgit2-5280f4e6983555e9ae111a6cb10765c7635e7e12.tar.gz |
Add checkout.h to git2.h.
Also correcting some documentation strings.
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 edb73e8a..40167484 100644 --- a/include/git2.h +++ b/include/git2.h @@ -38,6 +38,7 @@ #include "git2/config.h" #include "git2/remote.h" #include "git2/clone.h" +#include "git2/checkout.h" #include "git2/attr.h" #include "git2/branch.h" |