Commit a252b9e2 by Vicent Marti

Merge pull request #2439 from ethomson/revert_export

Export git_revert_commit
parents e1fc03c9 4e813a8b
...@@ -59,7 +59,7 @@ GIT_EXTERN(int) git_revert_init_options( ...@@ -59,7 +59,7 @@ GIT_EXTERN(int) git_revert_init_options(
* @param merge_options the merge options (or null for defaults) * @param merge_options the merge options (or null for defaults)
* @return zero on success, -1 on failure. * @return zero on success, -1 on failure.
*/ */
int git_revert_commit( GIT_EXTERN(int) git_revert_commit(
git_index **out, git_index **out,
git_repository *repo, git_repository *repo,
git_commit *revert_commit, git_commit *revert_commit,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment