Pavel Roskin [off-list ref] writes:
quoted
So probably the next step would be to refactor some logic and
functionality out of git-clone, move them to git-remote, and
reimplement git-clone in terms of git-remote. Implementation of
"--more" option would become much simpler (or, almost free)
after that is done.
Oh, I see. Thanks for the explanation.
Sorry for being incomplete --- obviously you cannot reimplement
clone with init and remote alone. You need 'fetch' ;-).