[U-Boot-Users] CHANGELOG going forward?

It sounds like going forward git commit messages will be used for CHANGELOG generation? Is there a particular style that is desired for the commit messages? Should be doing signed-off-by like the kernel?
thanks
- kumar

On Wednesday 25 October 2006 05:28, Kumar Gala wrote:
It sounds like going forward git commit messages will be used for CHANGELOG generation? Is there a particular style that is desired for the commit messages? Should be doing signed-off-by like the kernel?
I second this idea of using the same syntax (e.g. signed-off-by...) like the linux kernel. Makes it easier to handle patches for both projects.
Best regards, Stefan

On 10/25/06, Stefan Roese sr@denx.de wrote:
On Wednesday 25 October 2006 05:28, Kumar Gala wrote:
It sounds like going forward git commit messages will be used for CHANGELOG generation? Is there a particular style that is desired for the commit messages? Should be doing signed-off-by like the kernel?
I second this idea of using the same syntax (e.g. signed-off-by...) like the linux kernel. Makes it easier to handle patches for both projects.
Besides; git gives us that handy-dandy '-s' switch; it'd be a shame not to use it. :)
g.

In message A637ED69-5A22-4B73-9730-58D81113FAED@kernel.crashing.org you wrote:
It sounds like going forward git commit messages will be used for CHANGELOG generation? Is there a particular style that is desired for the commit messages? Should be doing signed-off-by like the kernel?
Yes, the CHANGELOG will be (from time to time) auto-generated from the git commit messages.
git commit messages should start with a descriptive single line summary (which is what we will see as a quick overview in tools like gitk etc.), eventually followed by additional description.
Yes, please include signed-off-by.
Best regards,
Wolfgang Denk
participants (4)
-
Grant Likely
-
Kumar Gala
-
Stefan Roese
-
Wolfgang Denk