commit | f66475199cbf50d9da9db617a280aac3196b2250 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@osdl.org> | Mon May 15 17:54:01 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Mon May 15 18:06:18 2006 -0700 |
tree | 9f9b69a2c9b5809a0c79add371a8b4e804bcbd09 | |
parent | ffa0a7ab36c1e8a528e4cc0ff451f5fea68658a8 [diff] |
Fix silly typo in new builtin grep The "-F" flag apparently got mis-translated due to some over-eager copy-paste work into a duplicate "-H" when using the external grep. Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Junio C Hamano <junkio@cox.net>