Pavel Roskin <proski@xxxxxxx> writes: > It looks like git-clone should be extended to support cloning of a > repository on top of the existing one. Actually git-remote was done during a previous discussion on the same subject, with a goal to make it possible to rewrite git-clone (after giving the "where is the HEAD" logic to git-remote, perhaps) in terms of git-init and git-remote. 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. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html