author | Stephan Beyer <s-beyer@gmx.net> | |
Fri, 25 Jul 2008 16:28:41 +0000 (18:28 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 26 Jul 2008 00:08:34 +0000 (17:08 -0700) | ||
commit | d82f33e20dcf068e679eff2a16ecf8fe7b10fb31 | |
tree | 8dc04ec3de24d1466828730988b33b96d8d9a960 | tree | snapshot |
parent | d9d9e6ee6366fed93a4beff3994bad376f81eabd | commit | diff |
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>
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 | diff | blob | history | |
builtin-tag.c | diff | blob | history | |
editor.c | [new file with mode: 0644] | blob |