Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sequencer: improve config handling
[gitweb.git]
/
builtin
/
rebase--helper.c
diff --git
a/builtin/rebase--helper.c
b/builtin/rebase--helper.c
index f8519363a393862b6857acab037e74367c7f2134..decb8f7a09e42eb94bed264164985e54e13a32f6 100644
(file)
--- a/
builtin/rebase--helper.c
+++ b/
builtin/rebase--helper.c
@@
-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;