scripts/toolchain-config.in
author Michael Hope <michael.hope@linaro.org>
Thu Sep 29 15:16:48 2011 +1300 (2011-09-29)
changeset 2700 e8d25b041de5
parent 1189 5c20d52c8270
permissions -rw-r--r--
doc: document the description line for the commit message

Documented how to format description lines for packages patches.
Added a note on enforcing Signed-off-by lines.

Signed-off-by: Michael Hope <michael.hope@linaro.org>
[yann.morin.1998@anciens.enib.fr: further describe the desc line]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0