From: Junio C Hamano Date: Sat, 16 Sep 2006 18:16:04 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.2.1-ge767 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=97efb004f257a657187a16e1c4c2cefd00c4aa85;p=git.git Autogenerated HTML docs for v1.4.2.1-ge767 --- diff --git a/git-grep.html b/git-grep.html index ead340769..b0829bb5a 100644 --- a/git-grep.html +++ b/git-grep.html @@ -275,7 +275,7 @@ git-grep(1) Manual Page
git-grep [--cached] [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp] - [-v | --invert-match] [--full-name] + [-v | --invert-match] [-h|-H] [--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,18 @@ registered in the index file, or given tree objects.

+-h | -H +
+
+

+ By default, the command shows the filename for each + match. -h option is used to suppress this output. + -H is there for completeness and does not do anything + except it overrides -h given earlier on the command + line. +

+
+
--full-name
@@ -471,7 +483,7 @@ revamped by Junio C Hamano.

diff --git a/git-grep.txt b/git-grep.txt index 7545dd9a3..d8af4d961 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] [--full-name] + [-v | --invert-match] [-h|-H] [--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,13 @@ OPTIONS -v | --invert-match:: Select non-matching lines. +-h | -H:: + By default, the command shows the filename for each + match. `-h` option is used to suppress this output. + `-H` is there for completeness and does not do anything + except it overrides `-h` given earlier on the command + line. + --full-name:: When run from a subdirectory, the command usually outputs paths relative to the current directory. This