author | Jakub Narebski <jnareb@gmail.com> | |
Tue, 26 Feb 2008 12:22:05 +0000 (13:22 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 07:59:49 +0000 (23:59 -0800) | ||
commit | dc1c0fffd3723ceebff51053938db5baf26a47f5 | |
tree | 067c6b83d4c24ae9ff32e029150b16505fe00485 | tree | snapshot |
parent | c6fabfafbcebca13cee0047b337b7c7a87e3515e | commit | diff |
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>
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 | diff | blob | history | |
Documentation/rev-list-options.txt | diff | blob | history | |
revision.c | diff | blob | history |