How to obtain proper ChangeLogs

Ralf Corsepius ralf.corsepius at rtems.org
Thu Feb 23 13:35:17 UTC 2012


Hi,

What is the nominal way to obtain proper changelogs from rtems.git?

What I mean, is something providing a summary of which files have 
recently changed?

Plain "git log" only provides a mostly useless list of commit logs 
without any reference to the files which changed.

...
commit 8d8f363bd52b18f33628b0069505cc5fe04b616d
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:   Tue Feb 21 16:24:37 2012 +0100

     LPC32XX: Typo

commit a4097fdb2f0bab0fabb69461ff58194908f91e89
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:   Tue Feb 21 12:56:51 2012 +0100

     PR 2026/filesystem - Fix semaphore attributes

     Semaphores of type RTEMS_SIMPLE_BINARY_SEMAPHORE are not suitable for a
     mutex.  Use RTEMS_BINARY_SEMAPHORE with RTEMS_INHERIT_PRIORITY instead.
...

Ralf



More information about the devel mailing list