html help: add submodule html pointing to Junio's html for 1.5.3
commitf062fad1288d11d1479f13ff51b5a6b8efe1bea5
authorSteffen Prohaska <prohaska@zib.de>
Sun, 30 Sep 2007 14:11:53 +0000 (30 16:11 +0200)
committerSteffen Prohaska <prohaska@zib.de>
Thu, 4 Oct 2007 21:51:54 +0000 (4 23:51 +0200)
treef5f73ccf8413990e8923de6ba14acf76d98e2e2e
parentd595ba3c0e47f6a6f0d2c7125eae16c61f9c13a3
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]