From 21cf49fed5abd076b5d67b5c2e8a5272fe748ffc Mon Sep 17 00:00:00 2001 From: Mikhail Malinouski Date: Wed, 3 Sep 2025 14:54:02 +0300 Subject: [PATCH] docs: fix typo in worktree.adoc 'extension' 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 --- 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 5e35c7d018aecd..9e3f84f748c4aa 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.