summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-15 10:29:33 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-15 10:29:34 -0700
commit2ab0f47bd34cba61570d2059ad1ad889a007b658 (patch)
tree495406234f97e13a28c97bdbfc06a884b70f09b5
parent6d1f4859e1b446bcfcd3bf8849c4e9d650ce1bd9 (diff)
parentbf5c224537532eb61b2c6d88162c9dffd8bcfd96 (diff)
Merge branch 'mm/worktree-doc-typofix' into maint-2.51
Docfix. * mm/worktree-doc-typofix: docs: fix typo in worktree.adoc 'extension'
-rw-r--r--Documentation/config/worktree.adoc2
1 files changed, 1 insertions, 1 deletions
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.