Integrated: git-webrev: add flags --base and --head

Erik Helin ehelin at openjdk.java.net
Sat Aug 15 15:00:12 UTC 2020


On Sat, 15 Aug 2020 10:42:37 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that adds two new flags to `git-webrev` - `--base` and `--head`. The flag `--base` behaves
> like `-r, --rev`, that is determines the base commit to compare against. The flag `--head` determines the commit to use
> a `HEAD` for the comparison, that is the most recent commit for the comparison. The two flags `--base` and `--head`
> allows a user to create a webrev between two arbitrary commits (without forcing to check out the head commit first).
> Testing:
> - Manual testing on Linux x64
> 
> Thanks,
> Erik

This pull request has now been integrated.

Changeset: 0f8ee812
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/0f8ee812
Stats:     29 lines in 1 file changed: 0 ins; 26 del; 3 mod

git-webrev: add flags --base and --head

Reviewed-by: rwestberg

-------------

PR: https://git.openjdk.java.net/skara/pull/716


More information about the skara-dev mailing list