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 10f5a959efc5f6374246644cb83ab050d6a519a0..27161732893728ea06048ef0e844ea91940ddb2f 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 60b7ff70b6c87b5a9c46e1c4cb8715c43637f461..61e96d7842b282a20828629c99b1f220a80e978c 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 f66a5c1b86c2a08390bbd05a9249d4d545401116..22d46b8a0df7a7009750c918544fddad2c52a54f 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 d0340d89ca97a006ef84f7e119d47756f0114cf6..fe06053cc9092ba77167f885cf3ca593b853645a 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 cdf427d72604764744cb42081a0278a2c6cdab1c..fd8f6dddfab4855c3f479643f65b81ce061b14a6 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 b59fa76dd11862735b46d87f5f36b4f7bc72c82d..311a51e9a22243d512c82f06ab25173ba52d9a0d 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\&.