Todd Zullinger wrote: > --- a/Documentation/config/feature.txt > +++ b/Documentation/config/feature.txt > @@ -12,7 +12,7 @@ feature.*:: > have unintended interactions since they are so new. Please enable this > setting if you are interested in providing feedback on experimental > features. The new default values are: > - + > + > * `fetch.negotiationAlgorithm=skipping` may improve fetch negotiation times by > skipping more commits at a time, reducing the number of round trips. > > @@ -20,9 +20,9 @@ feature.*:: > Enable config options that optimize for repos with many files in the > working directory. With many files, commands such as `git status` and > `git checkout` may be slow and these new defaults improve performance: > - + > + > * `index.version=4` enables path-prefix compression in the index. > - + > + > * `core.untrackedCache=true` enables the untracked cache. This setting assumes > that mtime is working on your machine. > -- > > With the above, the man page output renders identically with > asciidoc (9.1.0) and asciidoctor (I tested both 2.0.10 and > 2.0.15). I can confirm the above looks fine in both. -- Felipe Contreras