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