summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTitus von Boxberg <titus@v9g.de>2011-07-28 19:55:30 (GMT)
committerTitus von Boxberg <titus@v9g.de>2011-07-28 19:55:30 (GMT)
commit728c23206b06612180128f92022cf04bcacef696 (patch)
tree165ee1601cce9c6e1ca9b7b74740951cde4949d3 /docs
parent82ba904b905f1491d71f49cdea5d892bb0a46027 (diff)
docs: add signed-off-by line to sample commit message
Signed-off-by: Titus von Boxberg <titus@v9g.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/C - Misc. tutorials.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt
index 18d9d2c..5f94a61 100644
--- a/docs/C - Misc. tutorials.txt
+++ b/docs/C - Misc. tutorials.txt
@@ -282,10 +282,12 @@ Commit messages should look like (without leading pipes):
|
|optional longer description
|on multiple lines if needed
-
-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.
+ |Signed-off-by: as documented in section 7 of ct-ng's documentation
+
+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" <yann.morin.1998@anciens.enib.fr>