Le 07/11/13 17:55, C. Scott Ananian a écrit :
Note that there are also quasi-technical solutions here: if I want to get a patch reviewed for a particular SpecialPage, for instance, usually I will do a git log on that piece of the source and assign the last three committers to the file as reviewers.
I do the same thing when asking for review with OpenStack (they are using Gerrit). Basically:
# get the Gerrit reviews git fetch -v gerrit refs/notes/review:refs/notes/review
# Then look at voters: git log -n20 --notes=review|egrep '(Code-Review|Verified)'
But I am diverging from the main topic ...