replace --edit: respect core.editor
We simply need to read the config, is all. This fixes https://github.com/git-for-windows/git/issues/733 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e46579643d
commit
36b14370db
@ -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