aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Malinouski <m.l.malinouski@gmail.com>2025-09-03 14:50:40 +0000
committerJunio C Hamano <gitster@pobox.com>2025-09-03 12:51:04 -0700
commitbf5c224537532eb61b2c6d88162c9dffd8bcfd96 (patch)
tree6d3c3a250e35e94cf064553cabc26f03d3cae543
parentMerge branch 'maint-2.48' into maint-2.49 (diff)
downloadgit-bf5c224537532eb61b2c6d88162c9dffd8bcfd96.tar.gz
git-bf5c224537532eb61b2c6d88162c9dffd8bcfd96.zip
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 <m.l.malinouski@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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.