* [PATCH] doc: add missing space on git-config page
@ 2026-03-18 21:00 Gabriel “gabldotink”
2026-03-18 21:49 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Gabriel “gabldotink” @ 2026-03-18 21:00 UTC (permalink / raw)
To: git; +Cc: Gabriel “gabldotink”, Junio C Hamano
Signed-off-by: Gabriel “gabldotink” <gabl@gabl.ink>
---
Documentation/git-config.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc
index 5300dd4..00545b2 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
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: add missing space on git-config page
2026-03-18 21:00 [PATCH] doc: add missing space on git-config page Gabriel “gabldotink”
@ 2026-03-18 21:49 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2026-03-18 21:49 UTC (permalink / raw)
To: Gabriel “gabldotink”; +Cc: git
Gabriel “gabldotink” <gabl@gabl.ink> writes:
> Signed-off-by: Gabriel “gabldotink” <gabl@gabl.ink>
> ---
> Documentation/git-config.adoc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc
> index 5300dd4..00545b2 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
Ah, thanks for carefully reading. My bad.
Will apply. Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-18 21:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 21:00 [PATCH] doc: add missing space on git-config page Gabriel “gabldotink”
2026-03-18 21:49 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox