Merge branch 'rz/worktree-no-checkout'
commit0d8683c552c921fcf4cbd3f935d99496d153c811
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:30 +0000 (13 14:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 21:12:30 +0000 (13 14:12 -0700)
tree2278e3f6627f96d5221199d3cb130d0d4039ac52
parent5c788e7746a2b60e13a0e9235bb68a19a35c12ee
parentef2a0ac9a00c5d82f1fbbef8304c662ff60e4235
Merge branch 'rz/worktree-no-checkout'

"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