Why is git-subtree docs XML and not HTML?

2013-10-29 Thread Sebastian Schuberth
Hi, I'm currently looking at subtree's Makefile and wondering why the generated markup docs is git-subtree.xml, and not git-subtree.html like for the rest of the git commands. I have not looked at git-subtree.xml because I'm lacking asciidoc right now, but is it just a matter of changing the file

Re: Why is git-subtree docs XML and not HTML?

2013-10-29 Thread Jeff King
On Tue, Oct 29, 2013 at 03:03:40PM +0100, Sebastian Schuberth wrote: I'm currently looking at subtree's Makefile and wondering why the generated markup docs is git-subtree.xml, and not git-subtree.html like for the rest of the git commands. I have not looked at git-subtree.xml because I'm

Re: Why is git-subtree docs XML and not HTML?

2013-10-29 Thread Sebastian Schuberth
On Tue, Oct 29, 2013 at 4:50 PM, Jeff King p...@peff.net wrote: I think this would do what you want: diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile index 435b2de..e9026da 100644 --- a/contrib/subtree/Makefile +++ b/contrib/subtree/Makefile @@ -21,6 +21,7 @@ GIT_SUBTREE