X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-grep.txt;h=7b810dfda760a01c78667015f7c6214fcaeceae6;hb=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0;hp=56b683ae56ac65f11932f5cf74bafb7ede800f92;hpb=1c57119c70332faf206b5c7e2f3639b96a221717;p=git.git diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index 56b683ae..7b810dfd 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git-grep' [--cached] [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp] [-v | --invert-match] - [-E | --extended-regexp] [-G | --basic-regexp] + [-E | --extended-regexp] [-G | --basic-regexp] [-F | --fixed-strings] [-n] [-l | --files-with-matches] [-L | --files-without-match] [-c | --count] [-A ] [-B ] [-C ] @@ -30,7 +30,7 @@ OPTIONS ------- --cached:: Instead of searching in the working tree files, check - the blobs registerd in the index file. + the blobs registered in the index file. -a | --text:: Process binary files as if they were text. @@ -65,7 +65,7 @@ OPTIONS -[ABC] :: Show `context` trailing (`A` -- after), or leading (`B` -- before), or both (`C` -- context) lines, and place a - line containing `--` between continguous groups of + line containing `--` between contiguous groups of matches. -f ::