From e2de9b354fd761d803a0d1d0cebf2d1c394ab338 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Tue, 27 May 2025 23:19:30 +0200 Subject: [PATCH] doc: stripspace: mention where the default comes from Also quote `#` in line with the modern formatting convention. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- 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 a293327581..37287f211f 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.47.3