Remove clone -l -s references
commit297c978f6ceb2e09c53db3b5d0cc55d9be5ba63a
authorAlberto Bertogli <albertito@gmail.com>
Sun, 13 Apr 2008 13:07:46 +0000 (13 10:07 -0300)
committerBen Lynn <blynn@monkey.corp.google.com>
Mon, 14 Apr 2008 04:45:02 +0000 (13 21:45 -0700)
treeb11dcd12b1df249691349ea07c5dee554efb7c4f
parent4095c054509e212489815bf90fb25cba8044ac27
Remove clone -l -s references

-l (--local) is not needed anymore, as it is the default when cloning from
a regular path (as opposed to a URI).

-s is not newbie-friendly and dangerous, as automatic gc can remove
objects referenced in another repository and moving the original clone can
break the new one.

This patch removes both, updating the text accordingly. The clone is fast
enough anyway.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>
clone.txt