google / git-appraise

Distributed code review system for Git repos
Apache License 2.0
5.13k stars 146 forks source link

Make "git-appraise" (without subcommand) list the open reviews #42

Closed ojarjur closed 8 years ago

ojarjur commented 8 years ago

This would make the behavior inline with "git branch" and "git tag".

We might also want to add a "--list [<target-ref>]" flag to allow filtering the reviews listed.

This came from the suggestion @andreineculau made in https://github.com/google/git-appraise/pull/39

ojarjur commented 8 years ago

As we discussed in #54, I think we should probably leave the more sophisticated listing options to just being in the list subcommand.

As such, I'm closing this now.