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)
commit98a4fef3f28e48d12a4fecd5cf97daa774c1e5bc
treeb5386cd284e57eede0dbe4267b1cfe37f775ea14
parent1b0c7174a17de801051402ed35ac085ebd91e88c
Make git-clone to take long double-dashed origin option (--origin)

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>
git-clone.sh