builtin-grep: do not use setup_revisions()
authorJunio C Hamano <junkio@cox.net>
Mon, 1 May 2006 22:58:29 +0000 (15:58 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 1 May 2006 22:58:29 +0000 (15:58 -0700)
commit1362671f6a716e1a34abbcab43adfb68c7e2fd3b
tree19ef7c2ffff3bcac2bdf89fe62f5215eb118edf8
parentdf0e7aa8644eef5ebc018bf838739e25f3494b6c
builtin-grep: do not use setup_revisions()

Grep may want to grok multiple revisions, but it does not make
much sense to walk revisions while doing so.  This stops calling
the code to parse parameters for the revision walker.  The
parameter parsing for the optional "-e" option becomes a lot
simpler with it as well.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-grep.c