What's missing from our changelogs
What's missing from our changelogs
Posted Jul 24, 2013 23:02 UTC (Wed) by aliguori (guest, #30636)Parent article: What's missing from our changelogs
The chain of Signed-off-by is there just not in the expected way provided that maintainers 1) set no-ff and 2) add a Signed-off-by to the merge commit.
If you do that (and we do in QEMU) then you can walk the full history.
The practical problem with Reviewed-by/Tested-by is it's a pain in the ass to add them as a maintainer. I have some scripts to do this given an mbox and have been planning to generalize but haven't gotten around to it. I suspect a few other people have similar scripts floating around.
The script I use is available at http://git.codemonkey.ws/cgit/mbox-filter.git
