From: Stephan Beyer Date: Fri, 25 Jul 2008 16:28:41 +0000 (+0200) Subject: Move launch_editor() from builtin-tag.c to editor.c X-Git-Tag: v1.6.0-rc1~38 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d82f33e20dcf068e679eff2a16ecf8fe7b10fb31?ds=inline;hp=d82f33e20dcf068e679eff2a16ecf8fe7b10fb31 Move launch_editor() from builtin-tag.c to editor.c launch_editor() is declared in strbuf.h but defined in builtin-tag.c. This patch moves launch_editor() into a new source file editor.c, but keeps the declaration in strbuf.h. Signed-off-by: Stephan Beyer Signed-off-by: Junio C Hamano ---