Make git-clone to take long double-dashed origin option (--origin)
authorYasushi SHOJI <yashi@atmark-techno.com>
Thu, 30 Mar 2006 17:00:43 +0000 (17:00 +0000)
committerJunio C Hamano <junkio@cox.net>
Thu, 30 Mar 2006 23:31:03 +0000 (15:31 -0800)
git-clone currently take option '-o' to specify origin. this patch
makes git-clone to take double-dashed option '--origin' and other
abbreviations in addtion to the current single-dashed option.

[jc: with minor fixups]

Signed-off-by: Yasushi SHOJI <yashi@atmark-techno.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found