X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-grep.txt;h=7b810dfda760a01c78667015f7c6214fcaeceae6;hb=33db43733d19e4dd878a9a04089535eaf47fd374;hp=74102b7944fd7153602ea5d9ae0969c150cd945f;hpb=617fdb88b05107e6673f6aafb280c1ef27acae7b;p=git.git diff --git a/git-grep.txt b/git-grep.txt index 74102b79..7b810dfd 100644 --- a/git-grep.txt +++ b/git-grep.txt @@ -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 ::