Merge branch 'rd/typofix'
[gitweb.git] / builtin / rebase--helper.c
index 2090114e9a33cfd7cf289b43883cbad4b984d8bb..ad074705bb51d1de4221b3c5dfaa7229903c0ef0 100644 (file)
@@ -45,7 +45,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);
        git_config_get_bool("rebase.abbreviatecommands", &abbreviate_commands);
 
        opts.action = REPLAY_INTERACTIVE_REBASE;