Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coloring for review state in "git appraise list" #93

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2019

  1. Add coloring for review state in "git appraise list"

    This commit adds different color highlighting to different review states
    in the output of "git-appraise list".
    
    The default colors are:
    - abandon: magenta,
    - accepted: green,
    - danger: yellow red bold blink,
    - pending: cyan,
    - rejected: yellow red bold strike,
    - submitted: yellow,
    - tbr: red white bold blink.
    
    They can be modified by the user by setting the corresponding
    configuration options in the color.appraise section. E.g. to use magenta
    for the "pending" state, set color.appraise.pending to "magenta":
     [color "appraise"]
         pending = magenta
    llorens committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    92900a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Follow code review comments.

    llorens committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    da84096 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. More naming problems.

    llorens committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    fa20e5e View commit details
    Browse the repository at this point in the history