Message ID | 20190330183001.16624-1-tmz@pobox.com (mailing list archive) |
---|---|
Headers | show |
Series | minor asciidoc/tor formatting fixes | expand |
On Sat, 30 Mar 2019 at 19:30, Todd Zullinger <tmz@pobox.com> wrote: > > Just chipping away at the remaining differences between asciidoc and > asciidoctor. > > Todd Zullinger (2): > Documentation/rev-list-options: wrap --date=<format> block with "--" > Documentation/git-status: fix titles in porcelain v2 section Nice. I've tested and diffed across various dimensions. Looks good to me. Martin
Hi, Martin Ågren wrote: > On Sat, 30 Mar 2019 at 19:30, Todd Zullinger <tmz@pobox.com> wrote: >> >> Just chipping away at the remaining differences between asciidoc and >> asciidoctor. >> >> Todd Zullinger (2): >> Documentation/rev-list-options: wrap --date=<format> block with "--" >> Documentation/git-status: fix titles in porcelain v2 section > > Nice. I've tested and diffed across various dimensions. Looks good to me. Thanks for testing! On pu we're down to a fairly small amount of differences now. Most of what remains are whitespace changes; some of which I would like to bring up to the Asciidoctor team to see if they're intentional. There are two other changes I've got queued locally. One in git-show-branch.txt removes the last use of {apostrophe}. Another in git-svn.txt is a bit of a work-around for a difference in the way asciidoc and asciidoctor parse the second paragraph in the CONFIGURATION section. That may well be an asiidoctor bug, but it seems like one we can adjust for without much effort.
Hi Todd, On Fri, 5 Apr 2019 at 03:40, Todd Zullinger <tmz@pobox.com> wrote: > > On Sat, 30 Mar 2019 at 19:30, Todd Zullinger <tmz@pobox.com> wrote: > >> > >> Just chipping away at the remaining differences between asciidoc and > >> asciidoctor. > >> > >> Todd Zullinger (2): > >> Documentation/rev-list-options: wrap --date=<format> block with "--" > >> Documentation/git-status: fix titles in porcelain v2 section > There are two other changes I've got queued locally. One in > git-show-branch.txt removes the last use of {apostrophe}. > Another in git-svn.txt is a bit of a work-around for a > difference in the way asciidoc and asciidoctor parse the > second paragraph in the CONFIGURATION section. That may > well be an asiidoctor bug, but it seems like one we can > adjust for without much effort. The second one looks like it can be fixed by using `*` instead of '\*', which I think is more correct anyway. I don't know what your local workaround looks like, but I think a patch like "use backticks consistently" (both change to them, in a number of places, and add them, where we currently have nothing) would be a good change by itself, and we could note that "BTW, this fixes ...". How does that compare to what you have? Martin