* [PATCH] Document --check option to git diff.
@ 2007-01-27 13:21 Bill Lear
2007-01-27 13:25 ` Bill Lear
2007-01-27 22:00 ` Junio C Hamano
0 siblings, 2 replies; 3+ messages in thread
From: Bill Lear @ 2007-01-27 13:21 UTC (permalink / raw)
To: git; +Cc: Bill Lear
Signed-off-by: Bill Lear <rael@zopyra.com>
---
Documentation/SubmittingPatches | 3 ++-
Documentation/diff-options.txt | 4 ++++
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index 41b76d8..ce85d06 100644
--- a/Documentation/SubmittingPatches
+++ b/Documentation/SubmittingPatches
@@ -23,7 +23,8 @@ probably need to split up your commit to
Oh, another thing. I am picky about whitespaces. Make sure your
changes do not trigger errors with the sample pre-commit hook shipped
-in templates/hooks--pre-commit.
+in templates/hooks--pre-commit. To help ensure this does not happen,
+run git diff --check on your changes before you commit.
(2) Generate your patch using git tools out of your commits.
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index da1cc60..019a39f 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"
--
1.4.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-01-27 22:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-27 13:21 [PATCH] Document --check option to git diff Bill Lear
2007-01-27 13:25 ` Bill Lear
2007-01-27 22:00 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox