This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] docs/C : add signed-off-by line to sample commit message


# HG changeset patch
# User Titus von Boxberg <titus@v9g.de>
# Date 1309690822 -7200
# Node ID 72597b79420389c45e9baa5b0f5ec8aa81c5a9b9
# Parent  ea43ad336d05f2609cb1d1f25f2ee20452794c25
docs/C : add signed-off-by line to sample commit message

Signed-off-by: Titus von Boxberg <titus@v9g.de>

diff -r ea43ad336d05 -r 72597b794203 docs/C - Misc. tutorials.txt
--- a/docs/C - Misc. tutorials.txt	Sun Jul 03 09:20:08 2011 +0200
+++ b/docs/C - Misc. tutorials.txt	Sun Jul 03 13:00:22 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" <yann.morin.1998@anciens.enib.fr>

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]