What's missing from our changelogs
What's missing from our changelogs
Posted Jul 27, 2013 2:18 UTC (Sat) by rjw@sisk.pl (subscriber, #39252)Parent article: What's missing from our changelogs
Please allow me to disagree with this:
Without a chain of signoff lines, we lose more than a picture of which maintainers might have reviewed the patches; we also lose track of the path by which a patch finds its way into the mainline.
Given a commit hash you can always do
$ git log --ancestry-path --merges <commit>..HEAD
go to the bottom of the log and see whose hands the commit has gone through.
