From: Yasushi SHOJI Date: Thu, 30 Mar 2006 17:00:43 +0000 (+0000) Subject: Make git-clone to take long double-dashed origin option (--origin) X-Git-Tag: v1.3.0-rc2~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/98a4fef3f28e48d12a4fecd5cf97daa774c1e5bc?ds=inline;hp=98a4fef3f28e48d12a4fecd5cf97daa774c1e5bc 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 Signed-off-by: Junio C Hamano ---