git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Hugh Esco <hesco@yourmessagedelivered.com>
To: git@vger.kernel.org
Subject: bug report, v1.7.12.1 -- Documentation/git-config.xml:643: parser error
Date: Sun, 30 Sep 2012 03:28:01 -0400	[thread overview]
Message-ID: <20120930032801.8ac4cddf.hesco@yourmessagedelivered.com> (raw)

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-config.xml:643: parser error : Opening and ending tag mismatch: subscript line 643 and literal
ude.path</literal> is subject to tilde expansion: <literal><subscript>/</literal
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:644: parser error : Opening and ending tag mismatch: literal line 644 and subscript
is expanded to the value of <literal>$HOME</literal>, and <literal></subscript>u
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:1354: parser error : Opening and ending tag mismatch: subscript line 1354 and literal
   of files which are not meant to be tracked.  "<literal><subscript>/</literal>
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:1355: parser error : Opening and ending tag mismatch: literal line 1355 and subscript
        to the value of <literal>$HOME</literal> and "<literal></subscript>user/
                                                                           ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:2304: parser error : Opening and ending tag mismatch: subscript line 2304 and literal
        "<literal><subscript>/</literal>" is expanded to the value of <literal>$
                                        ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:2304: parser error : Opening and ending tag mismatch: literal line 2304 and subscript
 is expanded to the value of <literal>$HOME</literal> and "<literal></subscript>
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4609: parser error : Opening and ending tag mismatch: emphasis line 4609 and literal
oes not understand the version 2 <literal><emphasis role="strong">.idx</literal>
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4611: parser error : Opening and ending tag mismatch: literal line 4611 and emphasis
that will copy both <literal></emphasis>.pack</literal> file and corresponding <
                                        ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4611: parser error : Opening and ending tag mismatch: emphasis line 4611 and literal
/literal> file and corresponding <literal><emphasis role="strong">.idx</literal>
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4613: parser error : Opening and ending tag mismatch: literal line 4613 and emphasis
older version of git. If the <literal></emphasis>.pack</literal> file is smaller
                                                 ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4617: parser error : Opening and ending tag mismatch: literal line 4617 and emphasis
the <literal></emphasis>.idx</literal> file.</simpara>
                        ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4617: parser error : Opening and ending tag mismatch: emphasis line 4616 and literal
the <literal></emphasis>.idx</literal> file.</simpara>
                                      ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4666: parser error : Opening and ending tag mismatch: emphasis line 4666 and literal
ral>git config pretty.changelog "format:<emphasis role="strong"> %H %s"</literal
                                                                               ^
/usr/local/git-git-51993a4/Documentation/git-config.xml:4668: parser error : Opening and ending tag mismatch: literal line 4668 and emphasis
       to be equivalent to running <literal>git log "--pretty=format:</emphasis>
                                                                               ^
make[1]: *** [git-config.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
-------------------------------------------

643,644c643,644
< found. The value of <literal>include.path</literal> is subject to tilde expansion: <literal>/</literal>
< is expanded to the value of <literal>$HOME</literal>, and <literal>user/</literal> to the specified
---
> found. The value of <literal>include.path</literal> is subject to tilde expansion: <literal><subscript>/</literal>
> is expanded to the value of <literal>$HOME</literal>, and <literal></subscript>user/</literal> to the specified
1354,1355c1354,1355
<         of files which are not meant to be tracked.  "<literal>/</literal>" is expanded
<         to the value of <literal>$HOME</literal> and "<literal>user/</literal>" to the specified user's
---
>         of files which are not meant to be tracked.  "<literal><subscript>/</literal>" is expanded
>         to the value of <literal>$HOME</literal> and "<literal></subscript>user/</literal>" to the specified user's
2304c2304
<         "<literal>/</literal>" is expanded to the value of <literal>$HOME</literal> and "<literal>user/</literal>" to the
---
>         "<literal><subscript>/</literal>" is expanded to the value of <literal>$HOME</literal> and "<literal></subscript>user/</literal>" to the
4609c4609
< <simpara>If you have an old git that does not understand the version 2 <literal>.idx</literal> file,
---
> <simpara>If you have an old git that does not understand the version 2 <literal><emphasis role="strong">.idx</literal> file,
4611c4611
< that will copy both <literal>.pack</literal> file and corresponding <literal>.idx</literal> file from the
---
> that will copy both <literal></emphasis>.pack</literal> file and corresponding <literal><emphasis role="strong">.idx</literal> file from the
4613c4613
< older version of git. If the <literal>.pack</literal> file is smaller than 2 GB, however,
---
> older version of git. If the <literal></emphasis>.pack</literal> file is smaller than 2 GB, however,
4616,4617c4616,4617
< </citerefentry> on the .pack file to regenerate
< the <literal>.idx</literal> file.</simpara>
---
> </citerefentry> on the <emphasis role="strong">.pack file to regenerate
> the <literal></emphasis>.idx</literal> file.</simpara>
4666c4666
<         running <literal>git config pretty.changelog "format: %H %s"</literal>
---
>         running <literal>git config pretty.changelog "format:<emphasis role="strong"> %H %s"</literal>
4668c4668
<         to be equivalent to running <literal>git log "--pretty=format: %H %s"</literal>.
---
>         to be equivalent to running <literal>git log "--pretty=format:</emphasis> %H %s"</literal>.

-------------------------------------------
-------------------------------------------

The next bug relates to:
Documentation/git-fast-import.xml
another patch coming under separate cover.

-- 
Hugh Esco 
404-424-8701
YourMessageDelivered.com
Keeping Your Group in the Loop
No Matter How Large or How Small

                 reply	other threads:[~2012-09-30  7:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120930032801.8ac4cddf.hesco@yourmessagedelivered.com \
    --to=hesco@yourmessagedelivered.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).