Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule-config: allow submodule_free to handle arbitrary repositories
[gitweb.git]
/
builtin
/
rebase--helper.c
diff --git
a/builtin/rebase--helper.c
b/builtin/rebase--helper.c
index 7daee544b7b4cf3495355e1c6e597272d7b66440..00faf14d07403fedd07bfbbaf1123bea07e3e328 100644
(file)
--- a/
builtin/rebase--helper.c
+++ b/
builtin/rebase--helper.c
@@
-43,7
+43,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;