]> Pileus Git - ~andy/git/commitdiff
Merge branch 'cw/help-over-network'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:02:19 +0000 (09:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:02:19 +0000 (09:02 -0700)
"git help -w $cmd" can show HTML version of documentation for
"git-$cmd" by setting help.htmlpath to somewhere other than the
default location where the build procedure installs them locally;
the variable can even point at a http:// URL.

* cw/help-over-network:
  Allow help.htmlpath to be a URL prefix
  Add config variable to set HTML path for git-help --web

1  2 
builtin/help.c

diff --cc builtin/help.c
Simple merge