]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'es/clone-shared-worktree'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 19:16:28 +0000 (11:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 19:16:28 +0000 (11:16 -0800)
commit237aa99cd26da4daf9b2e75914ae17ecc9051f0c
tree89c37b586c70c52c12343d35c0655fc699b4da5f
parente2e2bf2450f96407976ac435489fd86b70728e3f
parentb3b05971c1e51bb991c768fb8cead2c0501fa93e
Merge branch 'es/clone-shared-worktree'

"git clone --shared" to borrow from a (secondary) worktree did not
work, even though "git clone --local" did.  Both are now accepted.

* es/clone-shared-worktree:
  clone: support 'clone --shared' from a worktree
builtin/clone.c
t/t2025-worktree-add.sh