diff options
| author | Gabriel “gabldotink” <gabl@gabl.ink> | 2026-03-18 15:00:19 -0600 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-18 14:50:27 -0700 |
| commit | fc8a4f15e76ba986707dd0257ed0cc84c009f267 (patch) | |
| tree | 50e2409ddf22e80f805e5260ce1becd80c4c463e /Documentation/git-config.adoc | |
| parent | 47243eeed1749662e7c62d879d451a9383a25158 (diff) | |
| download | git-fc8a4f15e76ba986707dd0257ed0cc84c009f267.tar.xz | |
doc: add missing space on git-config page
Signed-off-by: Gabriel “gabldotink” <gabl@gabl.ink>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-config.adoc')
| -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 936e0c5130..7bb28b60ec 100644 --- a/Documentation/git-config.adoc +++ b/Documentation/git-config.adoc @@ -213,7 +213,7 @@ See also <<FILES>>. + 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 |
