Files
git/Documentation
Francis Daly 3070b603ab Fix multi-paragraph list items in OPTIONS section
This patch makes the html docs right, makes the asciidoc docs a bit odd
but consistent with what is there already, and makes the manpages look
OK using docbook-xsl 1.68, but miss a paragraph separator when using 1.69.

For the manpages, current is like

       -A <author_file>
              Read a file with lines on the form

              username = User's Full Name <email@addr.es>

              and use "User's Full Name <email@addr.es>" as the GIT

With this patch, docbook-xsl v1.68 looks like

       -A <author_file>
              Read a file with lines on the form

                      username = User's Full Name <email@addr.es>

              and use "User's Full Name <email@addr.es>" as the GIT author and

while docbook-xsl v1.69 becomes

       -A <author_file>
              Read a file with lines on the form

                        username = User's Full Name <email@addr.es>
              and use "User's Full Name <email@addr.es>" as the GIT author and

The extra indentation is to keep the v1.69 manpage looking sane.
2006-03-20 14:37:33 -08:00
..
2006-02-12 05:02:42 -08:00
2005-11-08 08:58:52 -08:00
2006-01-28 02:26:30 -08:00
2006-03-02 00:52:59 -08:00
2006-01-28 02:26:30 -08:00
2005-12-29 01:32:56 -08:00
2005-10-12 18:32:02 -07:00
2006-02-21 22:33:21 -08:00
2005-12-16 18:23:33 -08:00
2006-03-04 13:21:17 -08:00
2006-02-13 03:32:10 -05:00
2006-03-17 20:42:36 -08:00
2006-03-17 20:42:28 -08:00
2006-03-04 13:50:04 -08:00