Description

git-pr reviewer allows a pull request author to credit (or de-credit) a person as reviewer of a pull request. In most cases this is not needed since reviewers will review a pull requests using the source code hosting platform's tools. In rare cases however a review might be sent over e-mail and for those cases a pull request author might want to explicitly credit the reviewer.

Usage

$ git pr reviewer -h
usage: git-pr reviewer [options] [<ID>]
            --credit USERNAME  Credit a person as a reviewer of this pull request
            --remove USERNAME  Do not consider pull request reviewed by this user
            --verbose          Turn on verbose output
            --debug            Turn on debugging output
            --version          Print the version of this tool
        -h, --help             Show this help text

Examples

Credit a person as reviewer of a pull request:

$ git pr reviewer --credit=rwestberg

Configuration

None.

Source

See GitPrReviewer.java.

  • No labels