From: Kristian Høgsberg Date: Tue, 4 Dec 2007 07:25:47 +0000 (-0500) Subject: Rewrite builtin-fetch option parsing to use parse_options(). X-Git-Tag: v1.5.4-rc0~58^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/83201998730ac5f0b95ac832f3b727da26ab0129?hp=83201998730ac5f0b95ac832f3b727da26ab0129 Rewrite builtin-fetch option parsing to use parse_options(). This gets a little tricky because of the way --tags and --no-tags are handled, and the "tag " syntax needs a little hand-holding too. Signed-off-by: Kristian Høgsberg Signed-off-by: Junio C Hamano ---