Add '--fixed-strings' option to "git log --grep" and friends
commitdc1c0fffd3723ceebff51053938db5baf26a47f5
authorJakub Narebski <jnareb@gmail.com>
Tue, 26 Feb 2008 12:22:05 +0000 (26 13:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Feb 2008 07:59:49 +0000 (26 23:59 -0800)
tree067c6b83d4c24ae9ff32e029150b16505fe00485
parentc6fabfafbcebca13cee0047b337b7c7a87e3515e
Add '--fixed-strings' option to "git log --grep" and friends

Add support for -F | --fixed-strings option to "git log --grep"
and friends: "git log --author", "git log --committer=<pattern>".
Code is based on implementation of this option in "git grep".

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-list.txt
Documentation/rev-list-options.txt
revision.c