html help: add submodule html pointing to Junio's html for 1.5.3
commitc8a2c66d1e7ef9cbcd3128ed4013a35c89a77df7
authorSteffen Prohaska <prohaska@zib.de>
Sun, 30 Sep 2007 14:11:53 +0000 (30 16:11 +0200)
committerSteffen Prohaska <prohaska@zib.de>
Wed, 3 Oct 2007 13:41:57 +0000 (3 15:41 +0200)
tree2b6095276bbfec286ff5477a56c4feeeeeef581e
parent7dfd4931831f828a15f78091bb095a1c5d95a083
html help: add submodule html pointing to Junio's html for 1.5.3

We do not want to generate the html documentation in msysgit
but instead take the autogenerated documentation from Junio's
repo. This avoids having to integrate the complete toolchain
with msysgit.

So register a submodule at path doc/git/html, which points to
the html pages for 1.5.3 (which is our current git version in
msysgit).

To actually checkout the html pages you need to run

   git-submodule init
   git-submodule update doc/git/html

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
.gitmodules
doc/git/html [new submodule]