On Mon, 11 Mar 2019 at 10:35, Duy Nguyen <pclouds@xxxxxxxxx> wrote: > > On Sat, Mar 9, 2019 at 7:35 PM Martin Ågren <martin.agren@xxxxxxxxx> wrote: > > > @@ -285,7 +285,7 @@ Note that this option uses the no overlay mode by default (see also > The part not shown here is > > Using `--recurse-submodules` will update the content of all initialized > submodules according to the commit recorded in the superproject. If > local modifications in a submodule would be overwritten the checkout > > and the --recurse-submodules is rendered incorrectly (not with > monospace font, and the quotes remain) because... > > > will fail unless `-f` is used. If nothing (or `--no-recurse-submodules`) > > is used, the work trees of submodules will not be updated. > > Just like linkgit:git-submodule[1], this will detach the > > - submodules HEAD. > > + submodules' `HEAD`. > > ...of this apostrophe, it seems, on both man and html versions. This > is with asciidoc 8.6.9. Oh wow, nicely debugged. Yeah, I see this with 8.6.10, but not with Asciidoctor (1.5.5). > Martin, could you check if your asciidoc (or asciidoctor) behaves the > same? If it's not just my buggy asciidoc version, I can turn this to > "wil detach `HEAD` of the submodule" which should fix the problem. Sounds good. Martin