git.c: consistently use the term "builtin" instead of "internal command"

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Sebastian Schuberth
2014-01-02 17:15:44 +01:00
committed by Junio C Hamano
parent 44484662d8
commit 3f784a4dcb
2 changed files with 8 additions and 8 deletions

View File

@ -14,7 +14,7 @@ Git:
. Add the external declaration for the function to `builtin.h`.
. Add the command to `commands[]` table in `handle_internal_command()`,
. Add the command to `commands[]` table in `handle_builtin()`,
defined in `git.c`. The entry should look like:
{ "foo", cmd_foo, <options> },