author | Jeff King <peff@peff.net> | |
Wed, 28 Jan 2009 07:33:53 +0000 (02:33 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 28 Jan 2009 21:16:30 +0000 (13:16 -0800) | ||
commit | f172f334fde49ce29d0afa21749bf85463a2db9a | |
tree | d4316e1e91a0af88b80612a3362b7fe9405057f8 | tree | snapshot |
parent | 02322e1619dc537dc48650761f6c9bae883612a7 | commit | diff |
git: s/run_command/run_builtin/
There is a static function called run_command which
conflicts with the library function in run-command.c; this
isn't a problem currently, but prevents including
run-command.h in git.c.
This patch just renames the static function to something
more specific and non-conflicting.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
There is a static function called run_command which
conflicts with the library function in run-command.c; this
isn't a problem currently, but prevents including
run-command.h in git.c.
This patch just renames the static function to something
more specific and non-conflicting.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git.c | diff | blob | history |