Re: [PATCH] gitsubmodules: align html and nroff lists

2019-05-28 Thread Junio C Hamano
Jonathan Nieder writes: > Jeff King wrote: > >> The patch itself looks good to me. > > For what it's worth, > > Reviewed-by: Jonathan Nieder > > as well. It's a straightforward patch and solves the reader-facing > problem. Thanks. Thanks, all.

Re: [PATCH] gitsubmodules: align html and nroff lists

2019-05-20 Thread Jonathan Nieder
Jeff King wrote: > The patch itself looks good to me. For what it's worth, Reviewed-by: Jonathan Nieder as well. It's a straightforward patch and solves the reader-facing problem. Thanks. For the curious, the upstream discussion in docbook-xsl is https://lists.oasis-open.org/archives/docboo

Re: [PATCH] gitsubmodules: align html and nroff lists

2019-05-01 Thread Jeff King
On Wed, May 01, 2019 at 01:32:17PM -0700, Emily Shaffer wrote: > There appears to be a bug in the toolchain generating manpages from > lettered lists. When a list is enumerated with letters, the resulting > nroff shows numbers instead. Mostly this is harmless, but in the case of > gitsubmodules, t

[PATCH] gitsubmodules: align html and nroff lists

2019-05-01 Thread Emily Shaffer
There appears to be a bug in the toolchain generating manpages from lettered lists. When a list is enumerated with letters, the resulting nroff shows numbers instead. Mostly this is harmless, but in the case of gitsubmodules, the paragraph following the list refers back to each bullet by letter. As