author | Junio C Hamano <junkio@cox.net> | |
Mon, 1 May 2006 22:58:29 +0000 (15:58 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 1 May 2006 22:58:29 +0000 (15:58 -0700) | ||
commit | 1362671f6a716e1a34abbcab43adfb68c7e2fd3b | |
tree | 19ef7c2ffff3bcac2bdf89fe62f5215eb118edf8 | tree | snapshot |
parent | df0e7aa8644eef5ebc018bf838739e25f3494b6c | commit | diff |
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>
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 | diff | blob | history |