jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

GitRepository.getOriginUrl is deprecated. #81

Closed ivajo26 closed 9 years ago

ivajo26 commented 9 years ago

Use ::getOriginURL instead.

GitRepository.getOriginUrl (/usr/share/atom/resources/app.asar/src/git-repository.js:446:7)
Object.hasOrigin (/home/ivajo26/.atom/packages/git-control/lib/git.coffee:127:16)
GitControlView.fetchMenuClick (/home/ivajo26/.atom/packages/git-control/lib/git-control-view.coffee:161:24)
GitControlView.update (/home/ivajo26/.atom/packages/git-control/lib/git-control-view.coffee:68:9)
Object.updateViews (/home/ivajo26/.atom/packages/git-control/lib/git-control.coffee:44:8)
<unknown> (/home/ivajo26/.atom/packages/git-control/lib/git-control.coffee:17:56)
wbrbr commented 9 years ago

It should have been fixed by 008fe74 , please update the package and tell us if the issue persists :+1:

MarcelMue commented 9 years ago

Closed for now, feel free to reopen if the deprecation still exists somehow.