Merge branch 'as/clone-reference-with-gitfile'
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 18:12:40 +0000 (11:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Apr 2013 18:12:40 +0000 (11:12 -0700)
"git clone" did not work if a repository pointed at by the
"--reference" option is a gitfile that points at another place.

* as/clone-reference-with-gitfile:
clone: Allow repo using gitfile as a reference
clone: Fix error message for reference repository

Trivial merge