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 0befc3f + c817539 commit 6130965Copy full SHA for 6130965
src/lib.rs
@@ -703,6 +703,7 @@ mod tests {
703
fn and_rebase_flag() {
704
let ctx = repo_utils::prepare_and_stage();
705
repo_utils::set_config_option(&ctx.repo, "core.editor", "true");
706
+ repo_utils::set_config_option(&ctx.repo, "advice.waitingForEditor", "false");
707
708
// run 'git-absorb'
709
let drain = slog::Discard;
@@ -724,6 +725,7 @@ mod tests {
724
725
fn and_rebase_flag_with_rebase_options() {
726
727
728
729
730
731
0 commit comments