]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: stripspace: mention where the default comes from
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Tue, 27 May 2025 21:19:30 +0000 (23:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2025 22:31:05 +0000 (15:31 -0700)
Also quote `#` in line with the modern formatting convention.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stripspace.adoc

index a293327581aa54e120d1edc3b72467e42c250af4..37287f211f062c3d65d180bf537106866be06904 100644 (file)
@@ -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::