mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Call through to the underlying repo.
This commit is contained in:
@@ -246,7 +246,7 @@ export default class GitRepositoryAsync {
|
||||
// Returns a {Promise} which resolves to a {String} branch name such as
|
||||
// `refs/remotes/origin/master`.
|
||||
getUpstreamBranch (_path) {
|
||||
return this.getUpstreamBranch(_path)
|
||||
return this.repo.getUpstreamBranch(_path)
|
||||
}
|
||||
|
||||
// Public: Gets all the local and remote references.
|
||||
|
||||
Reference in New Issue
Block a user