]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitf697a27aa6ecb2c8db7679ec5d403cf3b69f6afb
tree1fa431af2c1d0ab136115f930ebf06441a8e53a8
parent69833baa041388ce353c5d203a828fc37c66273c
parent86272b4ffeb38fb4fb1da3603bba1094fab3731b
Merge branch 'cw/help-over-network'

"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
builtin/help.c