]> git.ipfire.org Git - thirdparty/git.git/commit - revision.c
revision traversal: --author, --committer, and --grep.
authorJunio C Hamano <junkio@cox.net>
Mon, 18 Sep 2006 00:23:20 +0000 (17:23 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 18:14:39 +0000 (11:14 -0700)
commitbd95fcd34543d7d98bff033c00054341165bc9ce
tree0fa7058f054dff5055e16233373c451749b4e61a
parent8ecae9b032cd0427079d557a3bb6c39116420d4b
revision traversal: --author, --committer, and --grep.

This adds three options to setup_revisions(), which lets you
filter resulting commits by the author name, the committer name
and the log message with regexp.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt
revision.c