diff options
| author | Bill Lear <rael@zopyra.com> | 2007-01-27 07:21:53 -0600 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-01-27 13:46:59 -0800 |
| commit | 16507fcf0a9991976815972faa253d77804d6f35 (patch) | |
| tree | eb62b3bb12b1ca375f18dd61a8173e34790b4a9f /Documentation/diff-options.txt | |
| parent | Allow the tag signing key to be specified in the config file (diff) | |
| download | git-16507fcf0a9991976815972faa253d77804d6f35.tar.gz git-16507fcf0a9991976815972faa253d77804d6f35.zip | |
Document --check option to git diff.
Signed-off-by: Bill Lear <rael@zopyra.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
| -rw-r--r-- | Documentation/diff-options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index da1cc60e97..019a39f2bf 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -58,6 +58,10 @@ Turn off rename detection, even when the configuration file gives the default to do so. +--check:: + Warn if changes introduce trailing whitespace + or an indent that uses a space before a tab. + --full-index:: Instead of the first handful characters, show full object name of pre- and post-image blob on the "index" |
