mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
@@ -7,7 +7,7 @@
|
||||
"ctags": "0.1.0",
|
||||
"oniguruma": "0.5.0",
|
||||
"mkdirp": "0.3.5",
|
||||
"git-utils": "0.5.0",
|
||||
"git-utils": "0.6.0",
|
||||
"underscore": "1.4.4",
|
||||
"d3": "3.0.8",
|
||||
"coffee-cache": "0.1.0",
|
||||
|
||||
@@ -10,6 +10,7 @@ module.exports =
|
||||
for path, status of repo.getStatuses()
|
||||
statuses[fs.join(workingDirectoryPath, path)] = status
|
||||
upstream = repo.getAheadBehindCount()
|
||||
repo.release()
|
||||
else
|
||||
upstream = {}
|
||||
statuses = {}
|
||||
|
||||
Reference in New Issue
Block a user