Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2009-10-02 16:47:04 +0000
committerShawn O. Pearce2009-10-02 16:47:04 +0000
commit31603c06d05dc976ed320e752954cdce67cfdbc1 (patch)
treed144cf1e4402fe08560ce31b74d0c2405cdc1183
parente300e2be6e4b14af16524459a31620c0ff0eaaec (diff)
downloadjgit-31603c06d05dc976ed320e752954cdce67cfdbc1.tar.gz
jgit-31603c06d05dc976ed320e752954cdce67cfdbc1.tar.xz
jgit-31603c06d05dc976ed320e752954cdce67cfdbc1.zip
Fix tabs-to-spaces in SUBMITTING_PATCHES
Change-Id: I1cf5b4355a147c39107c8b97e56108f482c96d8d Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r--SUBMITTING_PATCHES16
1 files changed, 8 insertions, 8 deletions
diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES
index 4961ad723c..9a1a085990 100644
--- a/SUBMITTING_PATCHES
+++ b/SUBMITTING_PATCHES
@@ -5,7 +5,7 @@ Short Version:
- Review and follow the Eclipse Due Diligence Process
- http://www.eclipse.org/projects/dev_process/ip-process-in-cartoons.php
+ http://www.eclipse.org/projects/dev_process/ip-process-in-cartoons.php
http://www.eclipse.org/legal/EclipseLegalProcessPoster.pdf
- Review and follow the current guidelines:
@@ -165,16 +165,16 @@ if you can certify the below:
other 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.

Back to the top