mirror of
https://github.com/atom/atom.git
synced 2026-01-22 05:17:57 -05:00
Upgrade to git-utils 0.8.0
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"ctags": "0.3.0",
|
||||
"oniguruma": "0.8.0",
|
||||
"mkdirp": "0.3.5",
|
||||
"git-utils": "0.7.0",
|
||||
"git-utils": "0.8.0",
|
||||
"underscore": "1.4.4",
|
||||
"d3": "3.0.8",
|
||||
"coffee-cache": "0.1.0",
|
||||
|
||||
@@ -7,7 +7,7 @@ module.exports =
|
||||
if repo?
|
||||
workingDirectoryPath = repo.getWorkingDirectory()
|
||||
statuses = {}
|
||||
for path, status of repo.getStatuses()
|
||||
for path, status of repo.getStatus()
|
||||
statuses[fs.join(workingDirectoryPath, path)] = status
|
||||
upstream = repo.getAheadBehindCount()
|
||||
repo.release()
|
||||
|
||||
Reference in New Issue
Block a user