No commit activity in last 3 years
No release in over 3 years
git review will add note for each commit in current branch with 'Reviewed-By: Reviewer <reviewer@example.com>.' git review commits HEAD~1 648dbac marks individual commits as reviewed.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

active_support
>= 0
= 0.4.6

Runtime

>= 0
>= 0
 Project Readme

git-review

A git command to add notes with tag 'Reviewed-By: Reviewer <reviewer@example.com>'.

Setup

gem install git-review-notes

Usage

There is two way to use it. First is to mark all commits from current branch as reviewed.

git checkout branchname
git review

Second way is to mark commits individually.

git review HEAD~1 62ffa0a5