summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2014-10-26 20:18:04 -0700
committerEdward Thomson <ethomson@edwardthomson.com>2014-10-26 20:18:04 -0700
commitb07db1eb7696c1ef71f122c2103780c7bb55ed47 (patch)
treefcb7668ff57891355fb50c8837f6fbb1d31cb245 /include/git2.h
parent9e44289c8dfece4171c7f272389b14d040c72228 (diff)
parent679172812c47de5af01fd1c9987dee855dfa9b08 (diff)
downloadlibgit2-b07db1eb7696c1ef71f122c2103780c7bb55ed47.tar.gz
Merge pull request #2482 from libgit2/ed/rebase
Rebase (merge)
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h2
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"