зеркало из https://github.com/microsoft/git.git
Merge branch 'js/replace-edit-use-editor-configuration'
"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:
Коммит
60b3e9b959
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче