From: Kristoffer Haugsbakk Date: Tue, 27 May 2025 21:19:30 +0000 (+0200) Subject: doc: stripspace: mention where the default comes from X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=e2de9b354fd761d803a0d1d0cebf2d1c394ab338;p=rit 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 --- 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::