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.
1 parent 0d06bf4 commit 372694fCopy full SHA for 372694f
src/rebase.c
@@ -988,8 +988,10 @@ static int rebase_commit__create(
988
989
if ((error = rebase->options.signing_cb(&commit_signature, &signature_field,
990
git_buf_cstr(&commit_content), rebase->options.payload)) < 0 &&
991
- error != GIT_PASSTHROUGH)
+ error != GIT_PASSTHROUGH) {
992
+ git_error_set(error, "signing_cb failed");
993
goto done;
994
+ }
995
996
if (error != GIT_PASSTHROUGH) {
997
if (git_buf_is_allocated(&signature_field)) {
0 commit comments