Re: [PATCH] builtin-clone: Implement git clone as a builtin command.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:58
Junio C Hamano [off-list ref] writes:
What the current "git clone" does that are not naturally expressed by
the above sequence are:
* HEAD discovery
The code can be lifted from the scripted version and transplanted to
git-remote. And to make "origin" and other remotes added by "git
remote add", this logic needs to be moved to "git remote".
s/remote add", this/remote add" more equal, this/;