]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/replace.c
replace --edit: respect core.editor
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 20 Apr 2016 06:38:03 +0000 (08:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Apr 2016 16:11:36 +0000 (09:11 -0700)
commit36b14370dbafbe6682ea6b21c8de012253bff451
tree14357d13abcfa7403dfb3c140052e5001a01775b
parente46579643d56162299b1756b70d418005351b256
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>
builtin/replace.c