The Wayback Machine - https://web.archive.org/web/20221207052732/https://github.com/atom/status-bar/pull/114
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async git #114

Merged
merged 31 commits into from Feb 16, 2016
Merged

Async git #114

merged 31 commits into from Feb 16, 2016

Conversation

joshaber
Copy link
Contributor

@joshaber joshaber commented Dec 11, 2015

⚠️ Dependent on atom/atom#9213 ⚠️

Use the new async git API.

@joshaber
Copy link
Contributor Author

joshaber commented Dec 14, 2015

I believe this is ready, but tests won't pass until there's a release of Atom including the async repo work.

return unless itemPath

@updateStatusPromise = @updateStatusPromise
.then (_) -> repo?.getCachedPathStatus(itemPath)
Copy link
Member

@kevinsawicki kevinsawicki Dec 15, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can 🔥 the (_)

@joshaber joshaber changed the title [WIP] Async git Async git Feb 15, 2016
@joshaber
Copy link
Contributor Author

joshaber commented Feb 16, 2016

💥

joshaber added a commit that referenced this pull request Feb 16, 2016
@joshaber joshaber merged commit a8a8b7a into master Feb 16, 2016
@joshaber joshaber deleted the async-git branch Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants