From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx> Also quote `#` in line with the modern formatting convention. Signed-off-by: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx> --- Notes (series): v2: • More terse mention of the default as well as the configuration variable. Don’t link to git-config(1), there’s no real need. Link: https://lore.kernel.org/git/xmqqjz6bhzkm.fsf@gitster.g/ v1: • “modern formatting convention” It looks like characters are quoted with backticks in the commits I’ve seen by Jean-Noël Avila lately. Documentation/git-stripspace.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/git-stripspace.adoc b/Documentation/git-stripspace.adoc index a293327581a..37287f211f0 100644 --- a/Documentation/git-stripspace.adoc +++ b/Documentation/git-stripspace.adoc @@ -37,7 +37,8 @@ OPTIONS ------- -s:: --strip-comments:: - Skip and remove all lines starting with a comment character (default '#'). + Skip and remove all lines starting with a comment character + (`core.commentChar`, default `#`). -c:: --comment-lines:: -- 2.49.0.780.g892193c3f50