On Wed, 13 Jun 2018 15:44:35 -0500 William Hubbs wrote: > The contributors can be found via "git log" or "git blame", so it isn't > that hard to determine who they are. *caveat: git blame cannot be used usefully in the gentoo portage repo, as it does not retain contributor data in any meaningful way. git log and inferences made by analysing the log is the only way to determine contributors, and then it is only a 90% solution.