summaryrefslogtreecommitdiff
path: root/builtin-diff-index.c
diff options
context:
space:
mode:
authorChristian Couder <chriscool@tuxfamily.org>2008-06-28 04:35:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-28 06:21:45 (GMT)
commit2dce956e397be8a769624e8693565b8a30056060 (patch)
treee6e18a59666f7bec399b6852d977c93d77d37cd5 /builtin-diff-index.c
parentd0658ec6fac6b0a1830dbd2ead38facaff97fda7 (diff)
downloadgit-2dce956e397be8a769624e8693565b8a30056060.zip
git-2dce956e397be8a769624e8693565b8a30056060.tar.gz
git-2dce956e397be8a769624e8693565b8a30056060.tar.bz2
help: check early if we have a command, if not try a documentation topic
Before this patch, something like "git help tutorial" did not work, people had to use "git help gittutorial" which is not very intuitive. This patch uses the "is_git_command" function to test early if the argument passed to "git help" is a git command, and if this is not the case then we prefix the argument with "git" instead of "git-". This way, things like "git help tutorial" or "git help glossary" will work fine. The little downside of this patch is that the "is_git_command" is a little bit slow. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-diff-index.c')
0 files changed, 0 insertions, 0 deletions