summaryrefslogtreecommitdiff
path: root/Documentation/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-10 01:28:41 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-05-10 01:29:35 (GMT)
commit07ea91d84f3c7bb075d4716ee40096e3b12a4c86 (patch)
treedca0b8b1acbfbdef311da692a558e4628164db99 /Documentation/git-grep.txt
parent02ab1c490dc4827446c851468eb01ecc23b6cc48 (diff)
downloadgit-07ea91d84f3c7bb075d4716ee40096e3b12a4c86.zip
git-07ea91d84f3c7bb075d4716ee40096e3b12a4c86.tar.gz
git-07ea91d84f3c7bb075d4716ee40096e3b12a4c86.tar.bz2
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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt
index 56b683a..74102b7 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>]