Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information