]> git.ipfire.org Git - thirdparty/git.git/commit
worktree: use 'worktree' over 'working tree'
authorDerrick Stolee <derrickstolee@github.com>
Wed, 23 Feb 2022 14:29:17 +0000 (14:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 20:24:42 +0000 (12:24 -0800)
commit7b215826f32f9fd0dc58703f012326dba6006e34
tree9bbc264138d73c0fa48ef07731d1aacfe0fbeeb0
parenta777d4c75061f99ae16246835db9d0750ce01d4c
worktree: use 'worktree' over 'working tree'

It is helpful to distinguish between a 'working tree' and a 'worktree'.
A worktree contains a working tree plus additional metadata. This
metadata includes per-worktree refs and worktree-specific config.

This is the fifth of multiple changes to git-worktree.txt, restricted to
the CONFIGURATION FILE section.

While here, clear up some language to improve readability.

Helped-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-worktree.txt