summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorLibravatar Sebastian Schuberth <sschuberth@gmail.com>2014-01-02 17:15:44 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-01-06 11:25:50 -0800
commit3f784a4dcbe270a1f48b23177917a1832a777d1c (patch)
tree5ddfae1a98f60d0ea5b70dbc9c4f2c3a49df468f /Documentation/technical
parentMerge branch 'maint' (diff)
downloadtgif-3f784a4dcbe270a1f48b23177917a1832a777d1c.tar.xz
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>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-builtin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt
index f3c1357b7c..150a02a558 100644
--- a/Documentation/technical/api-builtin.txt
+++ b/Documentation/technical/api-builtin.txt
@@ -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> },