]> 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:15 +0000 (14:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Feb 2022 20:24:42 +0000 (12:24 -0800)
commit6036be14581878c42158407a9f3344d63f090057
tree93e359c04f3cfb81c3c4c8eb0e212b48a8ed70db
parent599701441e5e7853339306f56e82cb02543d53a7
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 third of multiple changes to git-worktree.txt, restricted to
the OPTIONS section.

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