diff options
author | Linus Torvalds <torvalds@osdl.org> | 2006-05-17 11:12:22 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-17 15:51:38 -0700 |
commit | bbb66c60613fe89c58d7c97a92e067add7056f4d (patch) | |
tree | defbdda7c8555731789970d969265587d499c734 /Documentation/git-merge-index.txt | |
parent | Merge branch 'ew/pretty-fmt' (diff) | |
download | tgif-bbb66c60613fe89c58d7c97a92e067add7056f4d.tar.xz |
builtin-grep: workaround for non GNU grep.
Of course, it still ignores the fact that not all grep's support some of
the flags like -F/-L/-A/-C etc, but for those cases, the external grep
itself will happily just say "unrecognized option -F" or similar.
So with this change, "git grep" should handle all the flags the native
grep handles, which is really quite fine. We don't _need_ to expose
anything more, and if you do want our extensions, you can get them with
"--uncached" and an up-to-date index.
No configuration necessary, and we automatically take advantage of any
native grep we have, if possible.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-merge-index.txt')
0 files changed, 0 insertions, 0 deletions