Merge branch 'js/replace-edit-use-editor-configuration' into maint
"git replace -e" did not honour "core.editor" configuration. * js/replace-edit-use-editor-configuration: replace --edit: respect core.editor
This commit is contained in:
commit
8854ded7af
@ -440,6 +440,7 @@ int cmd_replace(int argc, const char **argv, const char *prefix)
|
||||
};
|
||||
|
||||
check_replace_refs = 0;
|
||||
git_config(git_default_config, NULL);
|
||||
|
||||
argc = parse_options(argc, argv, prefix, options, git_replace_usage, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user