From: Junio C Hamano Date: Fri, 10 Jan 2014 18:33:47 +0000 (-0800) Subject: Merge branch 'ss/builtin-cleanup' X-Git-Tag: v1.9-rc0~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74ca49330a02d66a47be53e91bf3fa8577ddb946;p=thirdparty%2Fgit.git Merge branch 'ss/builtin-cleanup' "git help $cmd" unnecessarily enumerated potential command names from the filesystem, even when $cmd is known to be a built-in. Ideas for further optimization, primarily by killing the use of is_in_cmdlist(), were suggested in the discussion, but they can come as follow-ups on top of this series. * ss/builtin-cleanup: builtin/help.c: speed up is_git_command() by checking for builtin commands first builtin/help.c: call load_command_list() only when it is needed git.c: consistently use the term "builtin" instead of "internal command" --- 74ca49330a02d66a47be53e91bf3fa8577ddb946