Fix silly typo in new builtin grep
authorLinus Torvalds <torvalds@osdl.org>
Tue, 16 May 2006 00:54:01 +0000 (17:54 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 16 May 2006 01:06:18 +0000 (18:06 -0700)
commitf66475199cbf50d9da9db617a280aac3196b2250
tree9f9b69a2c9b5809a0c79add371a8b4e804bcbd09
parentffa0a7ab36c1e8a528e4cc0ff451f5fea68658a8
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>
builtin-grep.c