Integrated: cli: make it possible to configure forge name

Erik Helin ehelin at openjdk.java.net
Thu Mar 18 10:53:41 UTC 2021


On Thu, 18 Mar 2021 08:33:34 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that makes it possible to configure the forge name for a repository using `git config forge.name`, for example `git config forge.name github`. This can be useful for speeding up the forge selection logic in `Forge.from` so that the code doesn't have to query multiple candidate forges.
> 
> Testing:
> - [x] Manual testing on Linux x64
> 
> Thanks,
> Erik

This pull request has now been integrated.

Changeset: cd840285
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/cd840285
Stats:     59 lines in 7 files changed: 39 ins; 0 del; 20 mod

cli: make it possible to configure forge name

Reviewed-by: rwestberg

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

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


More information about the skara-dev mailing list