Add config variable to set HTML path for git-help --web
commit89a852efb911c260d3f7b56ef8382a0725cc931b
authorChris Webb <chris@arachsys.com>
Thu, 28 Jun 2012 06:58:02 +0000 (28 07:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2012 21:37:26 +0000 (28 14:37 -0700)
tree9b20cec6e76ca45c596cfda7a1128195f44d6c3c
parent4c8a9db6f7dd9e10b5ce9bfbcd5faa82a8c86ce3
Add config variable to set HTML path for git-help --web

If set in git-config, help.htmlpath overrides system_path(GIT_HTML_PATH)
which was compiled in. This allows users to repoint system-wide git at
their own copy of the documentation without recompiling.

Signed-off-by: Chris Webb <chris@arachsys.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/help.c