doing a source install of git v1.7.12.1, 
on the `make all doc` step, I get:

    XMLTO git-filter-branch.1
xmlto: input does not validate (status 1)
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:463: parser 
error : Unescaped '<' not allowed in attributes values
Clone it with <literal>git clone <ulink url="file:///path/to/repo</literal">file
                                                                 ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:463: parser 
error : attributes construct error
Clone it with <literal>git clone <ulink url="file:///path/to/repo</literal">file
                                                                 ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:463: parser 
error : Couldn't find end of Start Tag ulink line 463
Clone it with <literal>git clone <ulink url="file:///path/to/repo</literal">file
                                                                 ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:463: parser 
error : expected '>'
Clone it with <literal>git clone <ulink url="file:///path/to/repo</literal">file
                                                                          ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:463: parser 
error : expected '>'
t clone <ulink url="file:///path/to/repo</literal">file:///path/to/repo</literal
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:463: parser 
error : Opening and ending tag mismatch: simpara line 462 and literal
t clone <ulink url="file:///path/to/repo</literal">file:///path/to/repo</literal
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:463: parser 
error : Opening and ending tag mismatch: listitem line 461 and ulink
<ulink url="file:///path/to/repo</literal">file:///path/to/repo</literal</ulink>
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:468: parser 
error : Opening and ending tag mismatch: itemizedlist line 460 and simpara
</simpara>
          ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:469: parser 
error : Opening and ending tag mismatch: refsect1 line 433 and listitem
</listitem>
           ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:470: parser 
error : Opening and ending tag mismatch: refentry line 3 and itemizedlist
</itemizedlist>
               ^
/usr/local/git-git-51993a4/Documentation/git-filter-branch.xml:471: parser 
error : Extra content at the end of the document
<simpara>If you really don't want to clone it, for whatever reasons, check the
^
make[1]: *** [git-filter-branch.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
-------------------------------------------

463c463
> Clone it with <literal>git clone <ulink 
> url="file:///path/to/repo">file:///path/to/repo</ulink></literal>.  The clone
---
< Clone it with <literal>git clone <ulink 
url="file:///path/to/repo</literal">file:///path/to/repo</literal</ulink>>.  
The clone

-- 
Hugh Esco 
skype: hresco3_ ; 678-921-8186 x21 
http://www.CampaignFoundations.com/
Providing Application Hosting, Telephony, 
Custom Development and Consulting Services 
to Green Candidates, Green Parties and
the non profits working for a just and sustainable future.

if( $insurance->rationing() ) { $people->die(); }
if( isa_ok($self,'Troy::Davis') =~ m/^ok/) { $people->are_whole(); }



--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to