]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commitd82f33e20dcf068e679eff2a16ecf8fe7b10fb31
tree8dc04ec3de24d1466828730988b33b96d8d9a960
parentd9d9e6ee6366fed93a4beff3994bad376f81eabd
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 <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin-tag.c
editor.c [new file with mode: 0644]