* [PATCH] docs: fix typo in worktree.adoc 'extension'
@ 2025-08-04 7:16 Mihail Malinouski via GitGitGadget
2025-08-04 8:05 ` Patrick Steinhardt
0 siblings, 1 reply; 3+ messages in thread
From: Mihail Malinouski via GitGitGadget @ 2025-08-04 7:16 UTC (permalink / raw)
To: git; +Cc: Mihail Malinouski, M-L-Ml
From: M-L-Ml <m.l.malinouski@gmail.com>
The documentation incorrectly referred to the extension without an 's'.
This fixes the typo for clarity.
CC: m.l.malinouski@gmail.com
Signed-off-by: Mikhail Malinouski <m.l.malinouski@gmail.com>
---
should be 's' on the end of the "extension" in the docs Update work…
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1936%2FM-L-Ml%2Fpatch-1-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1936/M-L-Ml/patch-1-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1936
Documentation/config/worktree.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/config/worktree.adoc b/Documentation/config/worktree.adoc
index 5e35c7d018a..9e3f84f748c 100644
--- a/Documentation/config/worktree.adoc
+++ b/Documentation/config/worktree.adoc
@@ -15,5 +15,5 @@ worktree.useRelativePaths::
different locations or environments. Defaults to "false".
+
Note that setting `worktree.useRelativePaths` to "true" implies enabling the
-`extension.relativeWorktrees` config (see linkgit:git-config[1]),
+`extensions.relativeWorktrees` config (see linkgit:git-config[1]),
thus making it incompatible with older versions of Git.
base-commit: cb3b40381e1d5ee32dde96521ad7cfd68eb308a6
--
gitgitgadget
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] docs: fix typo in worktree.adoc 'extension'
2025-08-04 7:16 [PATCH] docs: fix typo in worktree.adoc 'extension' Mihail Malinouski via GitGitGadget
@ 2025-08-04 8:05 ` Patrick Steinhardt
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Steinhardt @ 2025-08-04 8:05 UTC (permalink / raw)
To: Mihail Malinouski via GitGitGadget; +Cc: git, Mihail Malinouski
On Mon, Aug 04, 2025 at 07:16:51AM +0000, Mihail Malinouski via GitGitGadget wrote:
> From: M-L-Ml <m.l.malinouski@gmail.com>
The "From" header and the Signed-off-by line need to match.
> The documentation incorrectly referred to the extension without an 's'.
> This fixes the typo for clarity.
>
> CC: m.l.malinouski@gmail.com
This trailer is nothing we typically want to commit into our history.
> Signed-off-by: Mikhail Malinouski <m.l.malinouski@gmail.com>
> ---
> should be 's' on the end of the "extension" in the docs Update work…
>
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1936%2FM-L-Ml%2Fpatch-1-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1936/M-L-Ml/patch-1-v1
> Pull-Request: https://github.com/gitgitgadget/git/pull/1936
>
> Documentation/config/worktree.adoc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/config/worktree.adoc b/Documentation/config/worktree.adoc
> index 5e35c7d018a..9e3f84f748c 100644
> --- a/Documentation/config/worktree.adoc
> +++ b/Documentation/config/worktree.adoc
> @@ -15,5 +15,5 @@ worktree.useRelativePaths::
> different locations or environments. Defaults to "false".
> +
> Note that setting `worktree.useRelativePaths` to "true" implies enabling the
> -`extension.relativeWorktrees` config (see linkgit:git-config[1]),
> +`extensions.relativeWorktrees` config (see linkgit:git-config[1]),
> thus making it incompatible with older versions of Git.
The fix itself looks obviously correct to me.
Thanks!
Patrick
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] docs: fix typo in worktree.adoc 'extension'
@ 2025-09-03 14:50 Mihail Malinouski via GitGitGadget
0 siblings, 0 replies; 3+ messages in thread
From: Mihail Malinouski via GitGitGadget @ 2025-09-03 14:50 UTC (permalink / raw)
To: git; +Cc: Mihail Malinouski, Mikhail Malinouski
From: Mikhail Malinouski <m.l.malinouski@gmail.com>
The documentation incorrectly referred to the extension without an 's'.
This fixes the typo for clarity.
CC: m.l.malinouski@gmail.com
Signed-off-by: Mikhail Malinouski <m.l.malinouski@gmail.com>
---
docs: should be 's' on the end of the "extension" in the docs.
(recreation of broken 1936 PR)
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1967%2FM-L-Ml%2Fpatch-1-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1967/M-L-Ml/patch-1-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1967
Documentation/config/worktree.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/config/worktree.adoc b/Documentation/config/worktree.adoc
index 5e35c7d018..9e3f84f748 100644
--- a/Documentation/config/worktree.adoc
+++ b/Documentation/config/worktree.adoc
@@ -15,5 +15,5 @@ worktree.useRelativePaths::
different locations or environments. Defaults to "false".
+
Note that setting `worktree.useRelativePaths` to "true" implies enabling the
-`extension.relativeWorktrees` config (see linkgit:git-config[1]),
+`extensions.relativeWorktrees` config (see linkgit:git-config[1]),
thus making it incompatible with older versions of Git.
base-commit: cb3b40381e1d5ee32dde96521ad7cfd68eb308a6
--
gitgitgadget
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-03 14:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-04 7:16 [PATCH] docs: fix typo in worktree.adoc 'extension' Mihail Malinouski via GitGitGadget
2025-08-04 8:05 ` Patrick Steinhardt
-- strict thread matches above, loose matches on Subject: below --
2025-09-03 14:50 Mihail Malinouski via GitGitGadget
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).