Merge branch 'gi/doc-boolean-config-typofix' into next

Doc typofix.

* gi/doc-boolean-config-typofix:
  doc: add missing space on git-config page
next
Junio C Hamano 2026-03-20 14:49:13 -07:00
commit 8810624798
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ Use `--no-value` to unset _<pattern>_.
+
Valid `<type>`'s include:
+
- 'bool': canonicalize values `true`, `yes`,`on`, and positive
- 'bool': canonicalize values `true`, `yes`, `on`, and positive
numbers as "true", and values `false`, `no`, `off` and `0` as
"false".
- 'int': canonicalize values as simple decimal numbers. An optional suffix of