From 0007c85839c9deac4ac90dcf837e22b73c553fc4 Mon Sep 17 00:00:00 2001 From: M-L-Ml Date: Fri, 20 Jun 2025 10:55:12 +0200 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.