From: Jonathan Nieder Date: Thu, 21 Apr 2011 10:48:24 +0000 (-0500) Subject: revisions: allow --glob and friends in parse_options-enabled commands X-Git-Tag: v1.7.6-rc0~79^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0fc63ec4e7291361b59e12433e5c07117951cf19?hp=0fc63ec4e7291361b59e12433e5c07117951cf19 revisions: allow --glob and friends in parse_options-enabled commands As v1.6.0-rc2~42 (2008-07-31) explains, even pseudo-options like --not and --glob that need to be parsed in order with revisions should be marked handled by handle_revision_opt to avoid an error when parse_revision_opt callers like "git shortlog" encounter them. Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---