Re: [PATCH v2 3/4] Speed up is_git_command() by checking early for internal commands
From: Kent R. Spillner <hidden> Date: 2016-06-15 22:59:32
Since 2dce956 is_git_command() is a bit slow as it does file I/O in the
call to list_commands_in_dir(). Avoid the file I/O by adding an early
check for internal commands.
Considering the purpose of the series is it better to say "builtin" instead of "internal" in the commit message?