Le 12/11/2024 à 01:52, Junio C Hamano a écrit : > "Jean-Noël Avila via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > >> @@ -39,28 +39,28 @@ endif::git-format-patch[] >> ifdef::git-log[] >> -m:: > > Shouldn't this and all others like -c/--cc be also quoted as > `literal` options? As stated in the commit message, only the parts of the files which appear in git-diff man page are converted (like was done for git-clone and git-init) Thinking again about it, I don't find it wise, because other man pages will be half-converted anyway, at least for the common parts of the included files, and we are going to introduce several commits for the same file. So, better convert all the file in on run. > >> @@ -73,33 +73,33 @@ The following formats are supported: >> off, none:: > > Shouldn't this and other option values like on, first-parent, etc., > that are literals be marked-up specially? This is to be converted, and will be with the conversion of the full file. > >> --U<n>:: >> ---unified=<n>:: >> - Generate diffs with <n> lines of context instead of >> +`-U<n>`:: >> +`--unified=<n>`:: >> + Generate diffs with _<n>_ lines of context instead of > > Understandable. Shouldn't <n> part be italicised? No need: the processing of back tick quotes already treats each part according to its semantics and applies the corresponding format.