Turn off colored diff, even when the configuration file
gives the default to color output.
+--color-words::
+ Show colored word diff, i.e. color words which have changed.
+
--no-renames::
Turn off rename detection, even when the configuration
file gives the default to do so.
</p>\r
</dd>\r
<dt>\r
+--color-words\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show colored word diff, i.e. color words which have changed.\r
+</p>\r
+</dd>\r
+<dt>\r
--no-renames\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:37:41 UTC\r
+Last updated 13-Aug-2006 07:47:28 UTC\r
</div>\r
</div>\r
</body>\r
</p>\r
</dd>\r
<dt>\r
+--color-words\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show colored word diff, i.e. color words which have changed.\r
+</p>\r
+</dd>\r
+<dt>\r
--no-renames\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:37:42 UTC\r
+Last updated 13-Aug-2006 07:47:29 UTC\r
</div>\r
</div>\r
</body>\r
</p>\r
</dd>\r
<dt>\r
+--color-words\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show colored word diff, i.e. color words which have changed.\r
+</p>\r
+</dd>\r
+<dt>\r
--no-renames\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:37:43 UTC\r
+Last updated 13-Aug-2006 07:47:30 UTC\r
</div>\r
</div>\r
</body>\r
</p>\r
</dd>\r
<dt>\r
+--color-words\r
+</dt>\r
+<dd>\r
+<p>\r
+ Show colored word diff, i.e. color words which have changed.\r
+</p>\r
+</dd>\r
+<dt>\r
--no-renames\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 15-Jul-2006 01:37:44 UTC\r
+Last updated 13-Aug-2006 07:47:31 UTC\r
</div>\r
</div>\r
</body>\r
<div class="verseblock">\r
<div class="content"><em>git-grep</em> [--cached]\r
[-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp]\r
- [-v | --invert-match]\r
+ [-v | --invert-match] [--full-name]\r
[-E | --extended-regexp] [-G | --basic-regexp] [-F | --fixed-strings]\r
[-n] [-l | --files-with-matches] [-L | --files-without-match]\r
[-c | --count]\r
</p>\r
</dd>\r
<dt>\r
+--full-name\r
+</dt>\r
+<dd>\r
+<p>\r
+ When run from a subdirectory, the command usually\r
+ outputs paths relative to the current directory. This\r
+ option forces paths to be output relative to the project\r
+ top directory.\r
+</p>\r
+</dd>\r
+<dt>\r
-E | --extended-regexp | -G | --basic-regexp\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 03-Aug-2006 00:29:31 UTC\r
+Last updated 13-Aug-2006 07:47:32 UTC\r
</div>\r
</div>\r
</body>\r
[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]
-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.
<h3>other</h3>\r
<dl>\r
<dt>\r
+<em>GIT_PAGER</em>\r
+</dt>\r
+<dd>\r
+<p>\r
+ This environment variable overrides <tt>$PAGER</tt>.\r
+</p>\r
+</dd>\r
+<dt>\r
<em>GIT_TRACE</em>\r
</dt>\r
<dd>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 04-Aug-2006 00:17:44 UTC\r
+Last updated 13-Aug-2006 07:47:32 UTC\r
</div>\r
</div>\r
</body>\r
other
~~~~~
+'GIT_PAGER'::
+ This environment variable overrides `$PAGER`.
+
'GIT_TRACE'::
If this variable is set git will print `trace:` messages on
stderr telling about alias expansion, built-in command