RFR: cli: add --ignore flag to git-sync
Robin Westberg
rwestberg at openjdk.java.net
Thu Oct 22 08:02:12 UTC 2020
On Wed, 21 Oct 2020 18:13:27 GMT, Erik Helin <ehelin at openjdk.org> wrote:
> Hi all,
>
> please review this patch that adds the `--ignore` flag to `git-sync`. The `--ignore` flag is a regular expression for branches that should *not* be synced. The default value for `--ignore` is `pr/.*` to avoid sync branches created by Skara to facilitate pull requests with dependencies.
>
> Testing:
> - [x] Manual testing on Linux x64
>
> Thanks,
> Erik
Looks good!
-------------
Marked as reviewed by rwestberg (Reviewer).
PR: https://git.openjdk.java.net/skara/pull/907
More information about the skara-dev
mailing list