diff options
author | Titus von Boxberg <titus@v9g.de> | 2011-07-28 21:55:30 +0200 |
---|---|---|
committer | Titus von Boxberg <titus@v9g.de> | 2011-07-28 21:55:30 +0200 |
commit | 728c23206b06612180128f92022cf04bcacef696 (patch) | |
tree | 165ee1601cce9c6e1ca9b7b74740951cde4949d3 /docs | |
parent | 82ba904b905f1491d71f49cdea5d892bb0a46027 (diff) | |
download | crosstool-ng-728c23206b06612180128f92022cf04bcacef696.tar.gz crosstool-ng-728c23206b06612180128f92022cf04bcacef696.tar.bz2 crosstool-ng-728c23206b06612180128f92022cf04bcacef696.zip |
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.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/C - Misc. tutorials.txt b/docs/C - Misc. tutorials.txt index 18d9d2c6..5f94a615 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> |