author | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Sep 2006 00:55:58 +0000 (17:55 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Sep 2006 06:59:10 +0000 (23:59 -0700) | ||
commit | 70d0afba914ddcf8c8a0144e5c6519d43d641dd9 | |
tree | a1c1f18163306a6c320197f92ec3e0f601a7e474 | tree | snapshot |
parent | 0ab7befa31d07fe3ffb51a6cc626d4c09ded1c92 | commit | diff |
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>
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 | diff | blob | history |