From: Junio C Hamano Date: Wed, 7 Jan 2015 21:09:32 +0000 (-0800) Subject: Merge branch 'sb/dco-indentation-fix' X-Git-Tag: v2.3.0-rc0~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7938918e9ff4eb481c4bbe9132b26475da65069a?ds=inline;hp=-c Merge branch 'sb/dco-indentation-fix' * sb/dco-indentation-fix: Documentation/SubmittingPatches: unify whitespace/tabs for the DCO --- 7938918e9ff4eb481c4bbe9132b26475da65069a diff --combined Documentation/SubmittingPatches index e3c942e579,d5254f8b25..16d5d2be08 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@@ -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 + Signed-off-by: Random J Developer This line can be automatically added by Git if you run the git-commit command with the -s option.