RFR: cli: make it possible to configure forge name

Erik Helin ehelin at openjdk.java.net
Thu Mar 18 08:36:29 UTC 2021


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

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

Commit messages:
 - skara-895

Changes: https://git.openjdk.java.net/skara/pull/1076/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1076&range=00
  Stats: 42 lines in 7 files changed: 22 ins; 0 del; 20 mod
  Patch: https://git.openjdk.java.net/skara/pull/1076.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1076/head:pull/1076

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


More information about the skara-dev mailing list