Skip to content
Snippets Groups Projects

Fix indentation of bullet points

Merged Christopher Guindon requested to merge github/fork/tbm/master into master
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -7,12 +7,12 @@ Provides an implementation of [Gerrit](https://code.google.com/p/gerrit/) 2.6's
@@ -7,12 +7,12 @@ Provides an implementation of [Gerrit](https://code.google.com/p/gerrit/) 2.6's
* A project committer can push a commit on behalf of themselves or any other project committer
* A project committer can push a commit on behalf of themselves or any other project committer
* A project committer can push a commit on behalf of a contributor if:
* A project committer can push a commit on behalf of a contributor if:
* The contributor has a valid CLA at the time of the push; and
* The contributor has a valid CLA at the time of the push; and
* The commit message contains a "Signed-off-by:" statement with credentials matching those of the commit author
* The commit message contains a "Signed-off-by:" statement with credentials matching those of the commit author
* A contributor can push a commit if:
* A contributor can push a commit if:
* They have a valid CLA at the time of the push;
* They have a valid CLA at the time of the push;
* The commit's author credentials match the user identity;
* The commit's author credentials match the user identity;
* The commit message contains a "Signed-off-by:" statement with credentials matching those of the commit author
* The commit message contains a "Signed-off-by:" statement with credentials matching those of the commit author
An individual is assumed to be a committer if they have PUSH access to the Gerrit project (repository).
An individual is assumed to be a committer if they have PUSH access to the Gerrit project (repository).
Loading