Integrated: cli: add --ignore flag to git-sync

Erik Helin ehelin at openjdk.java.net
Thu Oct 22 08:28:31 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

This pull request has now been integrated.

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

cli: add --ignore flag to git-sync

Reviewed-by: rwestberg

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

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


More information about the skara-dev mailing list