Eric Sunshine [off-list ref] writes:
On Thu, Oct 28, 2021 at 12:22 PM Jean-Noël Avila via GitGitGadget
[off-list ref] wrote:
quoted
doc: express grammar placeholders between angle brackets
This rules discerns user inputs from verbatim options in the
synopsis.
Maybe: s/rules//
quoted
Signed-off-by: Jean-Noël Avila <redacted>
---
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
@@ -145,7 +145,7 @@ See also <<FILES>>.
--f config-file::
+-f <config-file>::
--file config-file::
You need to fix the `--file` item as well (mentioned in my v1 review):
--file <config-file>::
Will amend locally.
Thanks.