This is the second iteration of the patches in http://www.spinics.net/lists/git/msg222428.html http://www.spinics.net/lists/git/msg222429.html which * adds a commit to use the term "builtin" instead of "internal command", * also modifies the docs accordingly, * moves the is_builtin() declaration to the existing builtin.h, * finally moves all builtin-related definitions to a new builtin.c file. Sebastian Schuberth (4): Consistently use the term "builtin" instead of "internal command" Call load_command_list() only when it is needed Speed up is_git_command() by checking early for internal commands Move builtin-related implementations to a new builtin.c file Documentation/technical/api-builtin.txt | 4 +- Makefile | 1 + builtin.c | 225 ++++++++++++++++++++++++++++++ builtin.h | 23 +++ builtin/help.c | 6 +- git.c | 238 +------------------------------- 6 files changed, 262 insertions(+), 235 deletions(-) create mode 100644 builtin.c -- 1.8.3-mingw-1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html