Git fork

doc: stripspace: mention where the default comes from

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>

authored by

Kristoffer Haugsbakk and committed by
Junio C Hamano
e2de9b35 8613c2bb

+2 -1
+2 -1
Documentation/git-stripspace.adoc
··· 37 37 ------- 38 38 -s:: 39 39 --strip-comments:: 40 - Skip and remove all lines starting with a comment character (default '#'). 40 + Skip and remove all lines starting with a comment character 41 + (`core.commentChar`, default `#`). 41 42 42 43 -c:: 43 44 --comment-lines::