revisions: allow --glob and friends in parse_options-enabled commands
authorJonathan Nieder <jrnieder@gmail.com>
Thu, 21 Apr 2011 10:48:24 +0000 (05:48 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Apr 2011 17:56:39 +0000 (10:56 -0700)
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found