Skip to content

Commit c376d96

Browse files
stefanbellergitster
authored andcommitted
Documentation/SubmittingPatches: unify whitespace/tabs for the DCO
The Developers Certificate of Origin has a mixture of tabs and white spaces which is annoying to view if your editor explicitly views white space characters. Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9b7cbb3 commit c376d96

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/SubmittingPatches

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,15 @@ pretty simple: if you can certify the below:
254254
person who certified (a), (b) or (c) and I have not modified
255255
it.
256256

257-
(d) I understand and agree that this project and the contribution
258-
are public and that a record of the contribution (including all
259-
personal information I submit with it, including my sign-off) is
260-
maintained indefinitely and may be redistributed consistent with
261-
this project or the open source license(s) involved.
257+
(d) I understand and agree that this project and the contribution
258+
are public and that a record of the contribution (including all
259+
personal information I submit with it, including my sign-off) is
260+
maintained indefinitely and may be redistributed consistent with
261+
this project or the open source license(s) involved.
262262

263263
then you just add a line saying
264264

265-
Signed-off-by: Random J Developer <[email protected]>
265+
Signed-off-by: Random J Developer <[email protected]>
266266

267267
This line can be automatically added by Git if you run the git-commit
268268
command with the -s option.

0 commit comments

Comments
 (0)