docs: add signed-off-by line to sample commit message
authorTitus von Boxberg <titus@v9g.de>
Thu Jul 28 21:55:30 2011 +0200 (2011-07-28)
changeset 2571c18e79033384
parent 2570 2651341cc084
child 2572 5711f9422329
docs: add signed-off-by line to sample commit message

Signed-off-by: Titus von Boxberg <titus@v9g.de>
docs/C - Misc. tutorials.txt
     1.1 --- a/docs/C - Misc. tutorials.txt	Sun Jul 24 20:30:52 2011 +0200
     1.2 +++ b/docs/C - Misc. tutorials.txt	Thu Jul 28 21:55:30 2011 +0200
     1.3 @@ -282,10 +282,12 @@
     1.4   |
     1.5   |optional longer description
     1.6   |on multiple lines if needed
     1.7 + |
     1.8 + |Signed-off-by: as documented in section 7 of ct-ng's documentation
     1.9  
    1.10 -Here is an example commit message (see revision a53a5e1d61db):
    1.11 - |comp-libs/cloog: fix building
    1.12 - |
    1.13 - |For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl.
    1.14 - |For any later versions, the directory name does have the version, such as
    1.15 - |cloog-ppl-0.15.4.
    1.16 +Here is an example commit message (see revision 8bb5151c5b01):
    1.17 + kernel/linux: fix type in version strings
    1.18 +
    1.19 + I missed refreshing the patch before pushing. :-(
    1.20 +
    1.21 + Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>