\-\-no\-color
Turn off colored diff, even when the configuration file gives the default to color output\&.
+.TP
+\-\-color\-words
+Show colored word diff, i\&.e\&. color words which have changed\&.
+
.TP
\-\-no\-renames
Turn off rename detection, even when the configuration file gives the default to do so\&.
\-\-no\-color
Turn off colored diff, even when the configuration file gives the default to color output\&.
+.TP
+\-\-color\-words
+Show colored word diff, i\&.e\&. color words which have changed\&.
+
.TP
\-\-no\-renames
Turn off rename detection, even when the configuration file gives the default to do so\&.
\-\-no\-color
Turn off colored diff, even when the configuration file gives the default to color output\&.
+.TP
+\-\-color\-words
+Show colored word diff, i\&.e\&. color words which have changed\&.
+
.TP
\-\-no\-renames
Turn off rename detection, even when the configuration file gives the default to do so\&.
\-\-no\-color
Turn off colored diff, even when the configuration file gives the default to color output\&.
+.TP
+\-\-color\-words
+Show colored word diff, i\&.e\&. color words which have changed\&.
+
.TP
\-\-no\-renames
Turn off rename detection, even when the configuration file gives the default to do so\&.
.nf
\fIgit\-grep\fR [\-\-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\&.
+.TP
+\-\-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\&.
+
.TP
\-E | \-\-extended\-regexp | \-G | \-\-basic\-regexp
Use POSIX extended/basic regexp for patterns\&. Default is to use basic regexp\&.
.SS "other"
+.TP
+\fIGIT_PAGER\fR
+This environment variable overrides $PAGER\&.
+
.TP
\fIGIT_TRACE\fR
If this variable is set git will print trace: messages on stderr telling about alias expansion, built\-in command execution and external command execution\&.