RFR: cli: rename git-status to git-info
Robin Westberg
rwestberg at openjdk.java.net
Thu Feb 27 08:57:13 UTC 2020
On Thu, 27 Feb 2020 08:40:56 GMT, Erik Helin <ehelin at openjdk.org> wrote:
> Hi all,
>
> please review this patch that renames `git pr status` to `git pr info`. The
> patch also adds a bunch flags to `git pr info` for querying information about a
> pull request. For example:
>
> $ git pr info 479 --title --url
> URL: https://github.com/openjdk/skara/pull/479
> Title: git-pr: add "URL" column to "git pr list"
>
> If no switches are provided, then all information is shown about a pull request:
>
> $ git pr info 479
> URL: https://github.com/openjdk/skara/pull/479
> Title: git-pr: add "URL" column to "git pr list"
> Author: edvbld
> Branch: master
> Labels: cli, ready, rfr
> Assignees: -
> Reviewers: rwestberg
> Contributors: -
> Status: READY
> Issue: -
> Checks:
> - jcheck: OK
> Commits:
> - 51dd886a: git-pr: add "URL" column to "git pr list"
>
> Testing:
> - Manual testing of `git pr info` on Linux x64
>
> Thanks,
> Erik
Looks good, guess the PR body parser should be used in more places!
-------------
Marked as reviewed by rwestberg (Reviewer).
PR: https://git.openjdk.java.net/skara/pull/480
More information about the skara-dev
mailing list