worktree: use 'worktree' over 'working tree'
commit07d85380b21653b949f2777903e44aaf0fdb6c44
authorDerrick Stolee <derrickstolee@github.com>
Wed, 23 Feb 2022 14:29:19 +0000 (23 14:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 20:24:42 +0000 (23 12:24 -0800)
tree3b902c95be8a34fa8a7346171c9fcddf1baaf75d
parentf13a146c81e361eab43cd095c80c01562b6016de
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 last of multiple changes to git-worktree.txt, starting at
the LIST OUTPUT FORMAT section.

The EXAMPLES section has an instance of "working tree" that must stay as
it is, because it is not talking about a worktree, but an example of why
a user might want to create a worktree.

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