X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-grep.txt;h=0140c8e3580c7be90648f5ea0186a5c925ee1584;hb=9debc3241b5d54891600c839b4df4f48b2daa60c;hp=bfbece9864a3c6d8b38dd526e2483fea0fb0b58f;hpb=83877f8d92b2050eb668dc3351277e57779a8f05;p=git.git diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index bfbece986..0140c8e35 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -91,7 +91,7 @@ OPTIONS combined by 'or'. --and | --or | --not | ( | ):: - Specify how multiple patterns are combined using boolean + Specify how multiple patterns are combined using Boolean expressions. `--or` is the default operator. `--and` has higher precedence than `--or`. `-e` has to be used for all patterns.