From: Mikhail Malinouski Date: Wed, 3 Sep 2025 14:50:40 +0000 (+0000) Subject: docs: fix typo in worktree.adoc 'extension' X-Git-Tag: v2.51.1~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf5c224537532eb61b2c6d88162c9dffd8bcfd96;p=thirdparty%2Fgit.git docs: fix typo in worktree.adoc 'extension' The documentation incorrectly referred to the extension without an 's'. This fixes the typo for clarity. Signed-off-by: Mikhail Malinouski Signed-off-by: Junio C Hamano --- 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.