commit | a3f5d02edb2c1a037ed3ed8d2ebd3f3e5da9d198 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Sep 27 16:42:53 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Wed Sep 27 16:42:53 2006 -0700 |
tree | 00e134633cc8d37e0631bfe5ffe8f863bc0feffc | |
parent | b48fb5b6a950a6757b790e9160967065a3e03978 [diff] |
grep: fix --fixed-strings combined with expression. "git grep --fixed-strings -e GIT --and -e VERSION .gitignore" misbehaved because we did not notice this needs to grab lines that have the given two fixed strings at the same time. Signed-off-by: Junio C Hamano <junkio@cox.net>