summaryrefslogtreecommitdiffstats
path: root/git-grep.html
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.html
parenta13b4ee5269845a1413f14a685eff6dc64b5226b (diff)
downloadgit-htmldocs-85e45faa44326e78d2c67d0bddffa59e98b1e8e7.tar.gz
Autogenerated HTML docs for v1.4.2-g182a
Diffstat (limited to 'git-grep.html')
-rw-r--r--git-grep.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/git-grep.html b/git-grep.html
index 386db3b00..ead340769 100644
--- a/git-grep.html
+++ b/git-grep.html
@@ -275,7 +275,7 @@ git-grep(1) Manual Page
<div class="verseblock">
<div class="content"><em>git-grep</em> [--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]
@@ -337,6 +337,17 @@ registered in the index file, or given tree objects.</p>
</p>
</dd>
<dt>
+--full-name
+</dt>
+<dd>
+<p>
+ 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.
+</p>
+</dd>
+<dt>
-E | --extended-regexp | -G | --basic-regexp
</dt>
<dd>
@@ -460,7 +471,7 @@ revamped by Junio C Hamano.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 03-Aug-2006 00:29:31 UTC
+Last updated 13-Aug-2006 07:47:32 UTC
</div>
</div>
</body>