# HG changeset patch # User Titus von Boxberg # Date 1311882930 -7200 # Node ID c18e790333841cdb1f744e83f79f3a26819a28fb # Parent 2651341cc084a0b6e5858f666c8a851fa6cbfa92 docs: add signed-off-by line to sample commit message Signed-off-by: Titus von Boxberg diff -r 2651341cc084 -r c18e79033384 docs/C - Misc. tutorials.txt --- a/docs/C - Misc. tutorials.txt Sun Jul 24 20:30:52 2011 +0200 +++ b/docs/C - Misc. tutorials.txt Thu Jul 28 21:55:30 2011 +0200 @@ -282,10 +282,12 @@ | |optional longer description |on multiple lines if needed + | + |Signed-off-by: as documented in section 7 of ct-ng's documentation -Here is an example commit message (see revision a53a5e1d61db): - |comp-libs/cloog: fix building - | - |For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl. - |For any later versions, the directory name does have the version, such as - |cloog-ppl-0.15.4. +Here is an example commit message (see revision 8bb5151c5b01): + kernel/linux: fix type in version strings + + I missed refreshing the patch before pushing. :-( + + Signed-off-by: "Yann E. MORIN"