]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rz/worktree-no-checkout'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:30 +0000 (14:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:30 +0000 (14:12 -0700)
"git worktree add" can be given "--no-checkout" option to only
create an empty worktree without checking out the files.

* rz/worktree-no-checkout:
  worktree: add: introduce --checkout option


Trivial merge