diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:33 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-15 10:29:34 -0700 |
| commit | 2ab0f47bd34cba61570d2059ad1ad889a007b658 (patch) | |
| tree | 495406234f97e13a28c97bdbfc06a884b70f09b5 | |
| parent | 6d1f4859e1b446bcfcd3bf8849c4e9d650ce1bd9 (diff) | |
| parent | bf5c224537532eb61b2c6d88162c9dffd8bcfd96 (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.adoc | 2 |
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. |
