Allow help.htmlpath to be a URL prefix
commit86272b4ffeb38fb4fb1da3603bba1094fab3731b
authorChris Webb <chris@arachsys.com>
Thu, 28 Jun 2012 06:58:03 +0000 (28 07:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2012 21:37:26 +0000 (28 14:37 -0700)
tree94de950bd0bb6684e9db0069160102c04bcea004
parent89a852efb911c260d3f7b56ef8382a0725cc931b
Allow help.htmlpath to be a URL prefix

Setting this to a URL prefix instead of a path to a local directory allows
git-help --web to work even when HTML docs aren't locally installed, by
pointing the browser at a copy accessible on the web. For example,

    [help]
      format = html
      htmlpath = http://git-scm.com/docs

will use the publicly available documentation on the git homepage.

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