]> git.ipfire.org Git - thirdparty/git.git/commit
config doc: fix reference to config.worktree info
authorMatheus Tavares <matheus.bernardino@usp.br>
Sat, 25 Apr 2020 01:05:38 +0000 (22:05 -0300)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Apr 2020 05:09:52 +0000 (22:09 -0700)
commitbdccbf704711602a8b728e6e75887f2e7c4193f5
tree7463560f2c6e5cb6d328d10cf369af7c462c20af
parentaf6b65d45ef179ed52087e80cb089f6b2349f4ec
config doc: fix reference to config.worktree info

356aea6 ("doc: move extensions.worktreeConfig to the right place",
2018-11-14) moved the explanation of extension.worktreeConfig from
config.txt to technical/repository-version.txt. However, the former
still contains a reference to the removed paragraph. We could fix it
referencing the gitrepository-layout man page, which contains the moved
explanation. But the git-worktree man page has additional information
and recommendations for the worktree config file, so let's reference it
instead.

Signed-off-by: Matheus Tavares <matheus.bernardino@usp.br>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt