summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>