diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2014-10-26 20:18:04 -0700 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2014-10-26 20:18:04 -0700 |
| commit | b07db1eb7696c1ef71f122c2103780c7bb55ed47 (patch) | |
| tree | fcb7668ff57891355fb50c8837f6fbb1d31cb245 /include/git2.h | |
| parent | 9e44289c8dfece4171c7f272389b14d040c72228 (diff) | |
| parent | 679172812c47de5af01fd1c9987dee855dfa9b08 (diff) | |
| download | libgit2-b07db1eb7696c1ef71f122c2103780c7bb55ed47.tar.gz | |
Merge pull request #2482 from libgit2/ed/rebase
Rebase (merge)
Diffstat (limited to 'include/git2.h')
| -rw-r--r-- | include/git2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index baa7fcaf8..41adbbad2 100644 --- a/include/git2.h +++ b/include/git2.h @@ -8,6 +8,7 @@ #ifndef INCLUDE_git_git_h__ #define INCLUDE_git_git_h__ +#include "git2/annotated_commit.h" #include "git2/attr.h" #include "git2/blob.h" #include "git2/blame.h" @@ -39,6 +40,7 @@ #include "git2/patch.h" #include "git2/pathspec.h" #include "git2/push.h" +#include "git2/rebase.h" #include "git2/refdb.h" #include "git2/reflog.h" #include "git2/refs.h" |
