From: Kristoffer Haugsbakk Date: Tue, 27 May 2025 21:19:30 +0000 (+0200) Subject: doc: stripspace: mention where the default comes from X-Git-Tag: v2.50.0-rc1~11^2~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e2de9b354fd761d803a0d1d0cebf2d1c394ab338;p=thirdparty%2Fgit.git 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::