diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2014-01-02 17:17:11 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-06 11:26:31 -0800 |
commit | c6127fa3e25551e969d775b0332d37dc84db1969 (patch) | |
tree | 7c154b0d3fc8e7a4bd9a19b8cc185297b68b3972 /t/t1401-symbolic-ref.sh | |
parent | builtin/help.c: call load_command_list() only when it is needed (diff) | |
download | tgif-c6127fa3e25551e969d775b0332d37dc84db1969.tar.xz |
builtin/help.c: speed up is_git_command() by checking for builtin commands first
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 the builtin commands.
Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1401-symbolic-ref.sh')
0 files changed, 0 insertions, 0 deletions