git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* bug report, v1.7.12.1 -- Documentation/git-check-ref-format.xml:162: parser error
@ 2012-09-30  7:15 Hugh Esco
  0 siblings, 0 replies; only message in thread
From: Hugh Esco @ 2012-09-30  7:15 UTC (permalink / raw)
  To: git

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-check-ref-format.xml:162: parser error : Opening and ending tag mismatch: emphasis line 162 and literal
me&gt; is allowed to contain a single <literal><emphasis role="strong"></literal
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-check-ref-format.xml:164: parser error : Opening and ending tag mismatch: literal line 164 and emphasis
        <literal>foo/</emphasis>/bar</literal> but not <literal>foo/bar*</litera
                                ^
make[1]: *** [git-check-ref-format.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
-------------------------------------------

162c162
<         enabled, &lt;refname&gt; is allowed to contain a single <literal></literal>
---
>         enabled, &lt;refname&gt; is allowed to contain a single <literal><emphasis role="strong"></literal>

164c164
<         <literal>foo/bar</literal> but not <literal>foo/bar*</literal>).
---
>         <literal>foo/</emphasis>/bar</literal> but not <literal>foo/bar*</literal>).

-------------------------------------------
Next issue shows up in:
Documentation/git-config.xml
details coming under separate cover.

-- 
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(); }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-30  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-30  7:15 bug report, v1.7.12.1 -- Documentation/git-check-ref-format.xml:162: parser error Hugh Esco

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).