aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-config.adoc
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-20 14:12:17 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-20 14:12:17 -0700
commita23c82509f7cf07757b3c950c8f054d39d576792 (patch)
tree07882b0e53d880871de59aec96752ffb52353e68 /Documentation/git-config.adoc
parent5a34f66fb9024571c3099d91d4b0d8f88a55a8ea (diff)
parentb3ac6e737db8635aaed0c355ebaf291b63fb0461 (diff)
downloadgit-a23c82509f7cf07757b3c950c8f054d39d576792.tar.gz
Merge branch 'kh/doc-continued-paragraph-fix'
Doc mark-up fixes. * kh/doc-continued-paragraph-fix: doc: fix accidental literal blocks
Diffstat (limited to 'Documentation/git-config.adoc')
-rw-r--r--Documentation/git-config.adoc18
1 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc
index 36d2845152..cc054fa7e1 100644
--- a/Documentation/git-config.adoc
+++ b/Documentation/git-config.adoc
@@ -117,15 +117,15 @@ OPTIONS
--comment <message>::
Append a comment at the end of new or modified lines.
-
- If _<message>_ begins with one or more whitespaces followed
- by "#", it is used as-is. If it begins with "#", a space is
- prepended before it is used. Otherwise, a string " # " (a
- space followed by a hash followed by a space) is prepended
- to it. And the resulting string is placed immediately after
- the value defined for the variable. The _<message>_ must
- not contain linefeed characters (no multi-line comments are
- permitted).
++
+If _<message>_ begins with one or more whitespaces followed
+by "#", it is used as-is. If it begins with "#", a space is
+prepended before it is used. Otherwise, a string " # " (a
+space followed by a hash followed by a space) is prepended
+to it. And the resulting string is placed immediately after
+the value defined for the variable. The _<message>_ must
+not contain linefeed characters (no multi-line comments are
+permitted).
--all::
With `get`, return all values for a multi-valued key.