RFR: git-fork: support subsection specific configuration

Robin Westberg rwestberg at openjdk.java.net
Tue Dec 10 10:00:19 UTC 2019


On Tue, 10 Dec 2019 09:25:49 GMT, Erik Helin <ehelin at openjdk.org> wrote:

> Hi all,
> 
> please review this patch that allows for subsection specific configurations for `git-fork`. 
> For example if a user wants to reference different local repositories for
> different upstream projects, that is now possible:
> 
> [fork]
>        ssh = true
>        sync = true
> 
> [fork "openjdk/jdk"]
>        reference = ~/git/github.com/openjdk/jdk
> 
> [fork "openjdk/skara"]
>        reference = ~/git/github.com/openjdk/skara
> 
> Thanks,
> Erik
> 
> - [x] Manual testing of `git-fork`

Looks good!

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

Marked as reviewed by rwestberg (Reviewer).

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


More information about the skara-dev mailing list