-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ref: #63
- Loading branch information
Showing
7 changed files
with
35,481 additions
and
35,348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
================================================================================ | ||
Not a trailer | ||
================================================================================ | ||
This is a simple subject | ||
|
||
:This is a simple body. | ||
: Fake | ||
With a: second line. | ||
|
||
An:d a paragraph. | ||
test(trailer): test | ||
-------------------------------------------------------------------------------- | ||
|
||
(source | ||
(subject) | ||
(message)) | ||
|
||
================================================================================ | ||
Simple trailer | ||
================================================================================ | ||
This is a simple subject | ||
|
||
Signed-by: gbprod <contact@gb-prod.fr> | ||
-------------------------------------------------------------------------------- | ||
|
||
(source | ||
(subject) | ||
(message | ||
(trailer | ||
(token) | ||
(value)))) | ||
|
||
================================================================================ | ||
Multiple trailers | ||
================================================================================ | ||
This is a simple subject | ||
|
||
Signed-by : gbprod <contact@gb-prod.fr> | ||
Signed-off-by: Bob <bob@example.com> | ||
Acked-by: Alice <alice@example.com> | ||
Ref: #1234 | ||
Suggested-by: Toto | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
(source | ||
(subject) | ||
(message | ||
(trailer | ||
(token) | ||
(value)) | ||
(trailer | ||
(token) | ||
(value)) | ||
(trailer | ||
(token) | ||
(value)) | ||
(trailer | ||
(token) | ||
(value)) | ||
(trailer | ||
(token) | ||
(value)))) | ||
|
||
================================================================================ | ||
Multiline trailers | ||
================================================================================ | ||
This is a simple subject | ||
|
||
key: This is a very long value, with spaces and | ||
newlines in it. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
(source | ||
(subject) | ||
(message | ||
(trailer | ||
(token) | ||
(value)))) | ||
|
||
================================================================================ | ||
Mixed | ||
================================================================================ | ||
This is a simple subject | ||
|
||
With a message | ||
Signed-by : gbprod <contact@gb-prod.fr> | ||
|
||
Not conventional but why not | ||
Ref: #1234 | ||
Suggested-by: Toto | ||
|
||
And go on | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
(source | ||
(subject) | ||
(message | ||
(trailer | ||
(token) | ||
(value)) | ||
(trailer | ||
(token) | ||
(value)) | ||
(trailer | ||
(token) | ||
(value)))) | ||
|
||
================================================================================ | ||
Overflowed trailers | ||
================================================================================ | ||
This is a simple subject | ||
|
||
key: This is a very long value, with spaces and that will overflow the line size. | ||
|
||
-------------------------------------------------------------------------------- | ||
|
||
(source | ||
(subject) | ||
(message | ||
(trailer | ||
(token) | ||
(value) | ||
(overflow)))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.