We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d24a531 + 02eb149 commit de84d9bCopy full SHA for de84d9b
src/rebase.c
@@ -634,7 +634,7 @@ int git_rebase_init(
634
635
*out = NULL;
636
637
- GITERR_CHECK_VERSION(given_opts, GIT_MERGE_OPTIONS_VERSION, "git_merge_options");
+ GITERR_CHECK_VERSION(given_opts, GIT_REBASE_OPTIONS_VERSION, "git_rebase_options");
638
639
if (!onto)
640
onto = upstream;
@@ -1058,6 +1058,8 @@ int git_rebase_finish(
1058
1059
assert(rebase);
1060
1061
1062
+
1063
if ((error = rebase_normalize_opts(rebase->repo, &opts, given_opts)) < 0)
1064
goto done;
1065
0 commit comments