Support for GitHub enterprise

Completely untested.
This commit is contained in:
Tim Pope
2015-08-02 16:55:14 -04:00
parent a2449c446c
commit b4a939b78c
2 changed files with 30 additions and 10 deletions

View File

@@ -38,6 +38,11 @@ your netrc if you fetch it by hand:
echo 'machine api.github.com login <token> password x-oauth-basic' \
>> ~/.netrc
If you are using GitHub Enterprise, repeat those steps for each domain (omit
the `api.` portion). You'll also need to tell Rhubarb the root URLs:
let g:github_enterprise_urls = ['https://example.com']
## FAQ
> How do I turn off that preview window that shows the issue body?