diff options
author | Vicent Martà <vicent@github.com> | 2012-11-29 12:18:05 -0800 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-11-29 12:18:05 -0800 |
commit | f1e5c506b20bcc6bed3bbbf64f1f6b79be44316b (patch) | |
tree | 9b67afe50fb83bcb81e151e10ecedf54ec89e5b4 /include/git2.h | |
parent | e2934db2c760846e14113bdc474935d701d92845 (diff) | |
parent | 36c730daa08c4ebf85562ee0cc8d2ee3591d3cee (diff) | |
download | libgit2-f1e5c506b20bcc6bed3bbbf64f1f6b79be44316b.tar.gz |
Merge pull request #1110 from libgit2/features/push_rebased
Push! By schu, phkelley, and congyiwu
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 501128c43..fe8b02103 100644 --- a/include/git2.h +++ b/include/git2.h @@ -40,6 +40,7 @@ #include "git2/remote.h" #include "git2/clone.h" #include "git2/checkout.h" +#include "git2/push.h" #include "git2/attr.h" #include "git2/ignore.h" |