diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-07 13:09:32 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-07 13:09:32 -0800 |
commit | 7938918e9ff4eb481c4bbe9132b26475da65069a (patch) | |
tree | 87393b4d01e796315fc8887f9a3469cdb5cce8ac /Documentation/SubmittingPatches | |
parent | Merge branch 'bb/update-unicode-table' (diff) | |
parent | Documentation/SubmittingPatches: unify whitespace/tabs for the DCO (diff) | |
download | tgif-7938918e9ff4eb481c4bbe9132b26475da65069a.tar.xz |
Merge branch 'sb/dco-indentation-fix'
* sb/dco-indentation-fix:
Documentation/SubmittingPatches: unify whitespace/tabs for the DCO
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index e3c942e579..16d5d2be08 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -255,15 +255,15 @@ pretty simple: if you can certify the below: 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. |