Merge branch 'ar/clone-dissociate'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 20:06:53 +0000 (13:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 20:06:53 +0000 (13:06 -0700)
"git clone --dissociate" used to require that "--reference" was
used at the same time, but you can create a new repository that
borrows objects from another without using "--reference", namely
with "clone --local" from a repository that borrows objects from
other repositories.

* ar/clone-dissociate:
clone: allow "--dissociate" without reference

Trivial merge