X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-grep.txt;h=0140c8e3580c7be90648f5ea0186a5c925ee1584;hb=7891a2811dc7cae375e34c9f4fa6c8ecaef0f6d7;hp=bfbece9864a3c6d8b38dd526e2483fea0fb0b58f;hpb=c56f243e20ce48ae50caf841ada8435a21c2a8bf;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.