gitopen icon indicating copy to clipboard operation
gitopen copied to clipboard

Support for gerrit

Open duqcyxwd opened this issue 2 years ago • 2 comments

Any plan to support gerrit?

duqcyxwd avatar Mar 24 '23 16:03 duqcyxwd

@duqcyxwd I'm not use gerrit, I donot know gerrit schema path rules. If you're using gerrit, you can using "custom" type and config like:

git.example.com:
  type: custom
  protocol: http
  scheme:
    issues: /path/to/issues
    wiki: /path/to/wikis

    ...

more scheme config reference to github scheme

when it worked well, you can tell me the config, and I will add the config to gitopen's default config.

and you can also create PR to this project is welcome :)

hotoo avatar Apr 11 '23 06:04 hotoo

https://www.gerritcodereview.com/

hotoo avatar Jan 04 '24 03:01 hotoo