diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-09-15 08:52:07 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-15 08:52:07 -0700 |
| commit | 0e3aa6a87528111a63e549ad82d53aa6a81900f9 (patch) | |
| tree | fba2be7666e6ae72a1c550f8d9f69197b43483cb | |
| parent | Merge branch 'rs/object-name-extend-abbrev-len-update' (diff) | |
| parent | docs: fix typo in worktree.adoc 'extension' (diff) | |
| download | git-0e3aa6a87528111a63e549ad82d53aa6a81900f9.tar.gz git-0e3aa6a87528111a63e549ad82d53aa6a81900f9.zip | |
Merge branch 'mm/worktree-doc-typofix'
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. |
