Merge branch 'sb/dco-indentation-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2015 21:09:32 +0000 (13:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2015 21:09:32 +0000 (13:09 -0800)
* sb/dco-indentation-fix:
Documentation/SubmittingPatches: unify whitespace/tabs for the DCO

1  2 
Documentation/SubmittingPatches
index e3c942e57902abc2767c202978a4bd5060ca449f,d5254f8b258cba740c592b5b44b958b1d83c603d..16d5d2be0880621741e7100e3cd87fdfb8fd5f38
@@@ -57,8 -57,7 +57,8 @@@ change, the approach taken by the chang
  differs substantially from the prior version, are all good things
  to have.
  
 -Make sure that you have tests for the bug you are fixing.
 +Make sure that you have tests for the bug you are fixing.  See
 +t/README for guidance.
  
  When adding a new feature, make sure that you have new tests to show
  the feature triggers the new behaviour when it should, and to show the
@@@ -255,15 -254,15 +255,15 @@@ pretty simple: if you can certify the b
              person who certified (a), (b) or (c) and I have not modified
              it.
  
-       (d) I understand and agree that this project and the contribution
-           are public and that a record of the contribution (including all
-           personal information I submit with it, including my sign-off) is
-           maintained indefinitely and may be redistributed consistent with
-           this project or the open source license(s) involved.
+         (d) I understand and agree that this project and the contribution
+             are public and that a record of the contribution (including all
+             personal information I submit with it, including my sign-off) is
+             maintained indefinitely and may be redistributed consistent with
+             this project or the open source license(s) involved.
  
  then you just add a line saying
  
-       Signed-off-by: Random J Developer <random@developer.example.org>
+         Signed-off-by: Random J Developer <random@developer.example.org>
  
  This line can be automatically added by Git if you run the git-commit
  command with the -s option.