sequencer: improve config handling
[gitweb.git] / builtin / rebase--helper.c
index f8519363a393862b6857acab037e74367c7f2134..decb8f7a09e42eb94bed264164985e54e13a32f6 100644 (file)
@@ -39,7 +39,7 @@ int cmd_rebase__helper(int argc, const char **argv, const char *prefix)
                OPT_END()
        };
 
-       git_config(git_default_config, NULL);
+       sequencer_init_config(&opts);
 
        opts.action = REPLAY_INTERACTIVE_REBASE;
        opts.allow_ff = 1;