Re: [PATCH] doc: tidy asciidoc style
From: Junio C Hamano <hidden>
Date: 2019-01-23 19:43:40
Junio C Hamano [off-list ref] writes:
Jean-Noël Avila [off-list ref] writes:quoted
This mainly refers to enforcing indentation on additional lines of items of lists. Signed-off-by: Jean-Noël Avila <redacted> ---I somehow misread the title as "tiny asciidoc style (fixes)". This is a huge clean-up. Thanks for working on it.quoted
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 45652fe4a6..37bcab94d5 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt@@ -58,9 +58,9 @@ OPTIONS specifying `dir` will record not just a file `dir/file1` modified in the working tree, a file `dir/file2` added to the working tree, but also a file `dir/file3` removed from - the working tree. Note that older versions of Git used + the working tree). Note that older versions of Git usedGood. ... OK. Just to make sure (read: not an objection to the change), this does not affect the formatted result, right?
Answering to myself. Documentation/doc-diff seems to find only the ")" difference we see above and nothing else. After I sent my earlier response, I finished skimming the diff and the changes all looked OK. Thanks, again.