diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2017-04-12 20:58:05 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-20 17:59:02 -0700 |
commit | 507e6e9eecce5e7a2cc204c844bbb2f9b17b31e3 (patch) | |
tree | d90d7b0ab97c2e5e8cd288f83111f6a0364d2ea2 /LGPL-2.1 | |
parent | cf11a67975b057a144618badf16dc4e3d25b9407 (diff) | |
download | git-507e6e9eecce5e7a2cc204c844bbb2f9b17b31e3.tar.gz git-507e6e9eecce5e7a2cc204c844bbb2f9b17b31e3.tar.xz |
worktree add: add --lock option
As explained in the document. This option has an advantage over the
command sequence "git worktree add && git worktree lock": there will be
no gap that somebody can accidentally "prune" the new worktree (or soon,
explicitly "worktree remove" it).
"worktree add" does keep a lock on while it's preparing the worktree.
If --lock is specified, this lock remains after the worktree is created.
Suggested-by: David Taylor <David.Taylor@dell.com>
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'LGPL-2.1')
0 files changed, 0 insertions, 0 deletions