Merge branch 'jn/add-2.0-u-A-sans-pathspec'
[gitweb.git] / Documentation / technical / api-builtin.txt
index f3c1357b7cc037681b5d0f28974b199e326f8c2d..e3d6e7a79a6c2136a796c5409d16feb8058e96d2 100644 (file)
@@ -14,8 +14,8 @@ Git:
 
 . Add the external declaration for the function to `builtin.h`.
 
-. Add the command to `commands[]` table in `handle_internal_command()`,
-  defined in `git.c`.  The entry should look like:
+. Add the command to the `commands[]` table defined in `git.c`.
+  The entry should look like:
 
        { "foo", cmd_foo, <options> },
 +