diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-09 18:28:41 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-09 18:29:35 -0700 |
commit | 07ea91d84f3c7bb075d4716ee40096e3b12a4c86 (patch) | |
tree | dca0b8b1acbfbdef311da692a558e4628164db99 /Documentation/git-grep.txt | |
parent | 02ab1c490dc4827446c851468eb01ecc23b6cc48 (diff) | |
download | git-07ea91d84f3c7bb075d4716ee40096e3b12a4c86.tar.gz |
builtin-grep: -F (--fixed-strings)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-grep.txt')
-rw-r--r-- | Documentation/git-grep.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index 56b683ae56..74102b7944 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 <post-context>] [-B <pre-context>] [-C <context>] |