From: Junio C Hamano Date: Sun, 13 Aug 2006 07:47:56 +0000 (+0000) Subject: Autogenerated man pages for v1.4.2-g182a X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0e7bdd6fd87b0b6672d9bad0e8713812003c9290;p=git.git Autogenerated man pages for v1.4.2-g182a --- diff --git a/man1/git-diff-files.1 b/man1/git-diff-files.1 index 10f5a959e..271617328 100755 --- a/man1/git-diff-files.1 +++ b/man1/git-diff-files.1 @@ -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\&. diff --git a/man1/git-diff-index.1 b/man1/git-diff-index.1 index 60b7ff70b..61e96d784 100755 --- a/man1/git-diff-index.1 +++ b/man1/git-diff-index.1 @@ -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\&. diff --git a/man1/git-diff-stages.1 b/man1/git-diff-stages.1 index f66a5c1b8..22d46b8a0 100755 --- a/man1/git-diff-stages.1 +++ b/man1/git-diff-stages.1 @@ -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\&. diff --git a/man1/git-diff-tree.1 b/man1/git-diff-tree.1 index d0340d89c..fe06053cc 100755 --- a/man1/git-diff-tree.1 +++ b/man1/git-diff-tree.1 @@ -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\&. diff --git a/man1/git-grep.1 b/man1/git-grep.1 index cdf427d72..fd8f6dddf 100755 --- a/man1/git-grep.1 +++ b/man1/git-grep.1 @@ -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\&. diff --git a/man7/git.7 b/man7/git.7 index b59fa76dd..311a51e9a 100755 --- a/man7/git.7 +++ b/man7/git.7 @@ -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\&.