summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-08-13 07:47:41 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-08-13 07:47:41 +0000
commit85e45faa44326e78d2c67d0bddffa59e98b1e8e7 (patch)
tree893e109ac9dd9e5846b684eaf2a6fd83708bca13 /git-grep.txt
parenta13b4ee5269845a1413f14a685eff6dc64b5226b (diff)
downloadgit-htmldocs-85e45faa44326e78d2c67d0bddffa59e98b1e8e7.tar.gz
Autogenerated HTML docs for v1.4.2-g182a
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-grep.txt b/git-grep.txt
index dc7683383..7545dd9a3 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git-grep' [--cached]
[-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp]
- [-v | --invert-match]
+ [-v | --invert-match] [--full-name]
[-E | --extended-regexp] [-G | --basic-regexp] [-F | --fixed-strings]
[-n] [-l | --files-with-matches] [-L | --files-without-match]
[-c | --count]
@@ -47,6 +47,12 @@ OPTIONS
-v | --invert-match::
Select non-matching lines.
+--full-name::
+ When run from a subdirectory, the command usually
+ outputs paths relative to the current directory. This
+ option forces paths to be output relative to the project
+ top directory.
+
-E | --extended-regexp | -G | --basic-regexp::
Use POSIX extended/basic regexp for patterns. Default
is to use basic regexp.