Autogenerated man pages for v1.4.2-g182a
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 13 Aug 2006 07:47:56 +0000 (07:47 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 13 Aug 2006 07:47:56 +0000 (07:47 +0000)
man1/git-diff-files.1
man1/git-diff-index.1
man1/git-diff-stages.1
man1/git-diff-tree.1
man1/git-grep.1
man7/git.7

index 10f5a95..2716173 100755 (executable)
@@ -80,6 +80,10 @@ Show colored diff\&.
 \-\-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\&.
index 60b7ff7..61e96d7 100755 (executable)
@@ -80,6 +80,10 @@ Show colored diff\&.
 \-\-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\&.
index f66a5c1..22d46b8 100755 (executable)
@@ -80,6 +80,10 @@ Show colored diff\&.
 \-\-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\&.
index d0340d8..fe06053 100755 (executable)
@@ -89,6 +89,10 @@ Show colored diff\&.
 \-\-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\&.
index cdf427d..fd8f6dd 100755 (executable)
@@ -25,7 +25,7 @@ git-grep \- Print lines matching a pattern
 .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]
@@ -62,6 +62,10 @@ Match the pattern only at word boundary (either begin at the beginning of a line
 \-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\&.
index b59fa76..311a51e 100755 (executable)
@@ -712,6 +712,10 @@ see the "generating patches" section in : \fBgit\-diff\-index\fR(1); \fBgit\-dif
 
 .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\&.