diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-03-27 11:00:02 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-27 11:00:02 -0700 |
| commit | f23054409b4050900a56bd69467a60866a525d5c (patch) | |
| tree | 11f1645eb4d616e177e60b143213746f529c2413 | |
| parent | 828988bef368456e613a0e0bb5f1ba9580a6b341 (diff) | |
| parent | fc8a4f15e76ba986707dd0257ed0cc84c009f267 (diff) | |
| download | git-f23054409b4050900a56bd69467a60866a525d5c.tar.xz | |
Merge branch 'gi/doc-boolean-config-typofix'
Doc typofix.
* gi/doc-boolean-config-typofix:
doc: add missing space on git-config page
| -rw-r--r-- | Documentation/git-config.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc index 5300dd4c51..00545b2054 100644 --- a/Documentation/git-config.adoc +++ b/Documentation/git-config.adoc @@ -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 |
