Hi, I thought someone might be interested here - I wrote a small thingie in Bash to help me with daily code reviews in my project using git and optionally GitHub. It basically just creates a mirror of .git/refs/remotes in .git/review, except it's only updated when you run the tool, so you can use it to keep track of what was already reviewed and what wasn't, and review e.g. commits from the last day every morning (and still be able to run git pull/fetch whenever you need). Here's the link: https://github.com/jsuder/git-code-review -- Kuba Suder -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html