Merge branch 'ar/clone-dissociate'
commit908700c0082487f9c859b951370148ff7e8acb97
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 20:06:53 +0000 (30 13:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2015 20:06:53 +0000 (30 13:06 -0700)
tree1dea0f29594b1d3d10c470947eb40912b272e29f
parent482456a414d69d8c44b92bbf73eb4ee53b5d8ab9
parent0181681e921fa4e001a51886749ee0584233db51
Merge branch 'ar/clone-dissociate'

"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