worktree: use 'worktree' over 'working tree'
commita777d4c75061f99ae16246835db9d0750ce01d4c
authorDerrick Stolee <derrickstolee@github.com>
Wed, 23 Feb 2022 14:29:16 +0000 (23 14:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 20:24:42 +0000 (23 12:24 -0800)
treeec64fd82f224dd0c6e295a10111aa06737549520
parent6036be14581878c42158407a9f3344d63f090057
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 fourth of multiple changes to git-worktree.txt, restricted
to the REFS section.

This section previously described "per working tree" refs but they are
now replaced with "per-worktree" refs, which matches the definition in
glossary-content.txt.

The first paragraph of this section was also a bit confusing, so it is
cleaned up to make it easier to understand.

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