doing a source install of git v1.7.12.1, on the `make all doc` step, I get: xmlto: input does not validate (status 1) /usr/local/git-git-51993a4/Documentation/git-bundle.xml:130: parser error : Opening and ending tag mismatch: subscript line 130 and literal such as <literal>master<subscript>1</literal> cannot be packaged, but are perfec ^ /usr/local/git-git-51993a4/Documentation/git-bundle.xml:134: parser error : Opening and ending tag mismatch: literal line 134 and subscript specified explicitly (e.g. <literal>^master</subscript>10</literal>), or implici ^ make[1]: *** [git-bundle.1] Error 1 make[1]: Leaving directory `/usr/local/git-git-51993a4/Documentation' make: *** [doc] Error 2 ------------------------------------------- and the patch which permitted me to proceed ------------------------------------------- 130c130 > such as <literal>master</literal><subscript>1</subscript> cannot be packaged, but are perfectly suitable for --- < such as <literal>master<subscript>1</literal> cannot be packaged, but are perfectly suitable for 134c134 > specified explicitly (e.g. <literal>^master</literal><subscript>10</subscript>), or implicitly (e.g. --- < specified explicitly (e.g. <literal>^master</subscript>10</literal>), or implicitly (e.g. ------------------------------------------- ------------------------------------------- Next bug encountered with: Documentation/git-check-ref-format.xml details to follow in next email. -- Hugh Esco 404-424-8701 YourMessageDelivered.com Keeping Your Group in the Loop No Matter How Large or How Small -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html