teach revision walker about --all-match.
commit70d0afba914ddcf8c8a0144e5c6519d43d641dd9
authorJunio C Hamano <junkio@cox.net>
Thu, 28 Sep 2006 00:55:58 +0000 (27 17:55 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 28 Sep 2006 06:59:10 +0000 (27 23:59 -0700)
treea1c1f18163306a6c320197f92ec3e0f601a7e474
parent0ab7befa31d07fe3ffb51a6cc626d4c09ded1c92
teach revision walker about --all-match.

This lets you say:

git log --all-match --author=Linus --committer=Junio --grep=rev-list

to limit commits that was written by Linus, committed by me and
the log message contains word "rev-list".

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