Code

clone: the -o option has nothing to do with <branch>
authorCarlos Martín Nieto <cmn@elego.de>
Wed, 21 Dec 2011 18:14:09 +0000 (18:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Dec 2011 19:26:30 +0000 (11:26 -0800)
commita31275d6ffd35bc1c269b7136f4031abe2abee70
tree558e40ea2bc6810c9ab17a969a954ad8d64a03cc
parent967cf9867de7c49393dfc666c941a1861d159639
clone: the -o option has nothing to do with <branch>

It is to give an alternate <name> instead of "origin" to the remote
we are cloning from.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clone.c