Re: [PATCH v2 3/4] Speed up is_git_command() by checking early for internal commands
From: Sebastian Schuberth <hidden> Date: 2016-06-15 22:59:33
On Fri, Jan 3, 2014 at 5:49 PM, Kent R. Spillner [off-list ref] wrote:
quoted
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?
True, I'll fix this in a re-rool.
--
Sebastian Schuberth