Add branch selection support for git gateway (#618)

This commit is contained in:
Shawn Erquhart 2017-09-18 17:56:49 -04:00 committed by Benaiah Mischenko
parent 62d88b9e6f
commit 1fa949395f

View File

@ -67,6 +67,7 @@ export default class GitGateway extends GitHubBackend {
};
this.api = new API({
api_root: this.github_proxy_url,
branch: this.branch,
tokenPromise: this.tokenPromise,
commitAuthor: pick(userData, ["name", "email"]),
});