summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2014-07-14 14:35:01 -0400
committerEdward Thomson <ethomson@microsoft.com>2014-10-26 22:59:08 -0400
commit867a36f3a67d0d1905572b84a3e44093fcac643b (patch)
treed56a5153b3d7aabad6706963a26492bfe2a814db /include/git2/errors.h
parent9e44289c8dfece4171c7f272389b14d040c72228 (diff)
downloadlibgit2-867a36f3a67d0d1905572b84a3e44093fcac643b.tar.gz
Introduce git_rebase to set up a rebase session
Introduce `git_rebase` to set up a rebase session that can then be continued. Immediately, only merge-type rebase is supported.
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 1e3ed3acb..5dfa72ab8 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -90,6 +90,7 @@ typedef enum {
GITERR_CALLBACK,
GITERR_CHERRYPICK,
GITERR_DESCRIBE,
+ GITERR_REBASE,
} git_error_t;
/**