Merge branch 'master' into sp/gfi
[gitweb.git] / Documentation / SubmittingPatches
index 41b76d8a4ac7da2d21900ced420051b573fff768..ce85d06c6214d6757c44119fe2d04ec15f6054ad 100644 (file)
@@ -23,7 +23,8 @@ probably need to split up your commit to finer grained pieces.
 
 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.