On 2013-09-27 06:22, Mandeep Sandhu wrote: [...] > How do I find the next-best person for review? Check a file's git log > and see who's committed to it most often? [...]
I usually check who's active in a file, or failing that, in a subdirectly, with git log, mentally removing the shotgun surgery commits (global commits that touch a lot of files, like copyright year changes), and check the committers and revied-by lines. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
