diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2025-05-27 23:19:30 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-27 15:31:05 -0700 |
| commit | e2de9b354fd761d803a0d1d0cebf2d1c394ab338 (patch) | |
| tree | 173970c78fff9fddbe283366a2ea34e87a3da702 | |
| parent | The sixteenth batch (diff) | |
| download | git-e2de9b354fd761d803a0d1d0cebf2d1c394ab338.tar.gz git-e2de9b354fd761d803a0d1d0cebf2d1c394ab338.zip | |
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>
| -rw-r--r-- | Documentation/git-stripspace.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
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:: |
