Move launch_editor() from builtin-tag.c to editor.c
authorStephan Beyer <s-beyer@gmx.net>
Fri, 25 Jul 2008 16:28:41 +0000 (18:28 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 26 Jul 2008 00:08:34 +0000 (17:08 -0700)
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 <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found