git-code-review
From: Jakub Suder <hidden>
Date: 2016-06-15 22:56:27
From: Jakub Suder <hidden>
Date: 2016-06-15 22:56:27
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