summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-07 21:09:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-07 21:09:32 (GMT)
commit7938918e9ff4eb481c4bbe9132b26475da65069a (patch)
tree87393b4d01e796315fc8887f9a3469cdb5cce8ac /Documentation
parentc0cf6866fc2541239cfbfae238f591c2c0fe75a7 (diff)
parentc376d96825d31ef1dc3dea185eb5401453604cc3 (diff)
downloadgit-7938918e9ff4eb481c4bbe9132b26475da65069a.zip
git-7938918e9ff4eb481c4bbe9132b26475da65069a.tar.gz
git-7938918e9ff4eb481c4bbe9132b26475da65069a.tar.bz2
Merge branch 'sb/dco-indentation-fix'
* sb/dco-indentation-fix: Documentation/SubmittingPatches: unify whitespace/tabs for the DCO
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/SubmittingPatches12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
index e3c942e..16d5d2b 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.