author | Stephan Beyer <s-beyer@gmx.net> | |
Fri, 25 Jul 2008 16:28:42 +0000 (18:28 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 26 Jul 2008 00:09:38 +0000 (17:09 -0700) | ||
commit | 7198203ae37c11327c0d01f1e37f3e74381755a9 | |
tree | 85943c2eca8abf5458105626471f517a340cc5a2 | tree | snapshot |
parent | d82f33e20dcf068e679eff2a16ecf8fe7b10fb31 | commit | diff |
editor.c: Libify launch_editor()
This patch removes exit()/die() calls and builtin-specific messages
from launch_editor(), so that it can be used as a general libgit.a
function to launch an editor.
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This patch removes exit()/die() calls and builtin-specific messages
from launch_editor(), so that it can be used as a general libgit.a
function to launch an editor.
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history | |
builtin-tag.c | diff | blob | history | |
editor.c | diff | blob | history | |
strbuf.h | diff | blob | history |